diff options
| author | xtraeme <xtraeme@NetBSD.org> | 2007-09-08 00:58:32 +0000 |
|---|---|---|
| committer | xtraeme <xtraeme@NetBSD.org> | 2007-09-08 00:58:32 +0000 |
| commit | 8c48c47af57afa09277b96fcf03048da0c09a135 (patch) | |
| tree | 2d7ab488e737800405e75f0767c3ae8bcd4d2163 /sys/dev | |
| parent | e193a161379e56d4550318f9e973a86d691c37d8 (diff) | |
Remove another COMPAT_40 block, found by rmind@.
Diffstat (limited to 'sys/dev')
| -rw-r--r-- | sys/dev/sysmon/sysmon_envsys.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/dev/sysmon/sysmon_envsys.c b/sys/dev/sysmon/sysmon_envsys.c index a051d4e187c..2a85dec2da5 100644 --- a/sys/dev/sysmon/sysmon_envsys.c +++ b/sys/dev/sysmon/sysmon_envsys.c @@ -1,4 +1,4 @@ -/* $NetBSD: sysmon_envsys.c,v 1.56 2007/09/08 00:21:43 xtraeme Exp $ */ +/* $NetBSD: sysmon_envsys.c,v 1.57 2007/09/08 00:58:32 xtraeme Exp $ */ /*- * Copyright (c) 2007 The NetBSD Foundation, Inc. @@ -75,7 +75,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.56 2007/09/08 00:21:43 xtraeme Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sysmon_envsys.c,v 1.57 2007/09/08 00:58:32 xtraeme Exp $"); #include <sys/param.h> #include <sys/types.h> @@ -158,9 +158,7 @@ sysmonioctl_envsys(dev_t dev, u_long cmd, void *data, int flag, struct lwp *l) { struct sysmon_envsys *sme = NULL; int error = 0; -#ifdef COMPAT_40 u_int oidx; -#endif switch (cmd) { case ENVSYS_GETDICTIONARY: |
