Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/libexec/identd No need to define _KERNEL



details:   https://anonhg.NetBSD.org/src/rev/4a20fec8e49e
branches:  trunk
changeset: 548404:4a20fec8e49e
user:      christos <christos%NetBSD.org@localhost>
date:      Thu Jun 26 16:23:53 2003 +0000

description:
No need to define _KERNEL

diffstat:

 libexec/identd/netbsd.c |  5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diffs (21 lines):

diff -r c3ed3d4a3f68 -r 4a20fec8e49e libexec/identd/netbsd.c
--- a/libexec/identd/netbsd.c   Thu Jun 26 13:38:53 2003 +0000
+++ b/libexec/identd/netbsd.c   Thu Jun 26 16:23:53 2003 +0000
@@ -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>



Home | Main Index | Thread Index | Old Index