Source-Changes-HG archive

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

[src/trunk]: src/libexec/identd undo mallocvar.h change!



details:   https://anonhg.NetBSD.org/src/rev/530579915a7c
branches:  trunk
changeset: 542588:530579915a7c
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Feb 02 02:31:14 2003 +0000

description:
undo mallocvar.h change!

diffstat:

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

diffs (19 lines):

diff -r 64b674eacecc -r 530579915a7c libexec/identd/netbsd.c
--- a/libexec/identd/netbsd.c   Sun Feb 02 02:29:59 2003 +0000
+++ b/libexec/identd/netbsd.c   Sun Feb 02 02:31:14 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: netbsd.c,v 1.14 2003/02/01 21:12:25 tron Exp $ */
+/*     $NetBSD: netbsd.c,v 1.15 2003/02/02 02:31:14 christos Exp $     */
 
 /*
 ** netbsd.c            Low level kernel access functions for NetBSD
@@ -12,9 +12,6 @@
 */
 
 #include <sys/types.h>
-#define _KERNEL
-#include <sys/mallocvar.h>
-#undef _KERNEL
 
 #include <stdio.h>
 #include <stdlib.h>



Home | Main Index | Thread Index | Old Index