diff options
| author | christos <christos@NetBSD.org> | 2003-06-26 16:23:53 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2003-06-26 16:23:53 +0000 |
| commit | be4bd83a25aa4dd34d0f4ddfe87e9b258c5eaae1 (patch) | |
| tree | 7bbcc4ea6e785cc61902da4a74d70d7313b6d6f7 /libexec/identd | |
| parent | f2917653ff6ebea72943a8b27cb4c9a170c61375 (diff) | |
No need to define _KERNEL
Diffstat (limited to 'libexec/identd')
| -rw-r--r-- | libexec/identd/netbsd.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libexec/identd/netbsd.c b/libexec/identd/netbsd.c index 4fa93be8041..d540ce3cf9c 100644 --- a/libexec/identd/netbsd.c +++ b/libexec/identd/netbsd.c @@ -1,4 +1,4 @@ -/* $NetBSD: netbsd.c,v 1.17 2003/04/22 16:42:00 tron Exp $ */ +/* $NetBSD: netbsd.c,v 1.18 2003/06/26 16:23:53 christos Exp $ */ /* ** netbsd.c Low level kernel access functions for NetBSD @@ -32,11 +32,8 @@ #include <sys/socketvar.h> -#define _KERNEL - #include <sys/file.h> -#undef _KERNEL #include <sys/sysctl.h> #include <fcntl.h> |
