summaryrefslogtreecommitdiff
path: root/usr.bin/netstat/unix.c
diff options
context:
space:
mode:
authorchristos <christos@NetBSD.org>2003-02-02 02:35:58 +0000
committerchristos <christos@NetBSD.org>2003-02-02 02:35:58 +0000
commit0fcef5865cae78b341e3ff7481bedfc65aa88e86 (patch)
tree1ef18991e79bcaab4463cfb71927924e1ede097d /usr.bin/netstat/unix.c
parente4d4f01d2ba14f8773df04741092647c9c3e61f7 (diff)
undo mallocvar.h changes!
Diffstat (limited to 'usr.bin/netstat/unix.c')
-rw-r--r--usr.bin/netstat/unix.c7
1 files changed, 2 insertions, 5 deletions
diff --git a/usr.bin/netstat/unix.c b/usr.bin/netstat/unix.c
index 3655069396b..7ef4ec8251c 100644
--- a/usr.bin/netstat/unix.c
+++ b/usr.bin/netstat/unix.c
@@ -1,4 +1,4 @@
-/* $NetBSD: unix.c,v 1.19 2003/02/01 18:35:44 tron Exp $ */
+/* $NetBSD: unix.c,v 1.20 2003/02/02 02:37:21 christos Exp $ */
/*-
* Copyright (c) 1983, 1988, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "from: @(#)unix.c 8.1 (Berkeley) 6/6/93";
#else
-__RCSID("$NetBSD: unix.c,v 1.19 2003/02/01 18:35:44 tron Exp $");
+__RCSID("$NetBSD: unix.c,v 1.20 2003/02/02 02:37:21 christos Exp $");
#endif
#endif /* not lint */
@@ -46,9 +46,6 @@ __RCSID("$NetBSD: unix.c,v 1.19 2003/02/01 18:35:44 tron Exp $");
* Display protocol blocks in the unix domain.
*/
#include <sys/param.h>
-#define _KERNEL
-#include <sys/mallocvar.h>
-#undef _KERNEL
#include <sys/protosw.h>
#include <sys/socket.h>
#include <sys/socketvar.h>