summaryrefslogtreecommitdiff
path: root/usr.bin
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
parente4d4f01d2ba14f8773df04741092647c9c3e61f7 (diff)
undo mallocvar.h changes!
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/fstat/fstat.c7
-rw-r--r--usr.bin/fstat/isofs.c7
-rw-r--r--usr.bin/fstat/ntfs.c7
-rw-r--r--usr.bin/netstat/unix.c7
4 files changed, 8 insertions, 20 deletions
diff --git a/usr.bin/fstat/fstat.c b/usr.bin/fstat/fstat.c
index a92ab447669..1bacbef7b1a 100644
--- a/usr.bin/fstat/fstat.c
+++ b/usr.bin/fstat/fstat.c
@@ -1,4 +1,4 @@
-/* $NetBSD: fstat.c,v 1.60 2003/02/01 18:31:09 tron Exp $ */
+/* $NetBSD: fstat.c,v 1.61 2003/02/02 02:35:58 christos Exp $ */
/*-
* Copyright (c) 1988, 1993
@@ -43,14 +43,11 @@ __COPYRIGHT("@(#) Copyright (c) 1988, 1993\n\
#if 0
static char sccsid[] = "@(#)fstat.c 8.3 (Berkeley) 5/2/95";
#else
-__RCSID("$NetBSD: fstat.c,v 1.60 2003/02/01 18:31:09 tron Exp $");
+__RCSID("$NetBSD: fstat.c,v 1.61 2003/02/02 02:35:58 christos Exp $");
#endif
#endif /* not lint */
#include <sys/param.h>
-#define _KERNEL
-#include <sys/mallocvar.h>
-#undef _KERNEL
#include <sys/time.h>
#include <sys/proc.h>
#include <sys/user.h>
diff --git a/usr.bin/fstat/isofs.c b/usr.bin/fstat/isofs.c
index 7bd848bda8f..d8314feb7a6 100644
--- a/usr.bin/fstat/isofs.c
+++ b/usr.bin/fstat/isofs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: isofs.c,v 1.2 2003/02/01 18:31:09 tron Exp $ */
+/* $NetBSD: isofs.c,v 1.3 2003/02/02 02:35:58 christos Exp $ */
/*-
* Copyright (c) 1988, 1993
* The Regents of the University of California. All rights reserved.
@@ -33,12 +33,9 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: isofs.c,v 1.2 2003/02/01 18:31:09 tron Exp $");
+__RCSID("$NetBSD: isofs.c,v 1.3 2003/02/02 02:35:58 christos Exp $");
#include <sys/param.h>
-#define _KERNEL
-#include <sys/mallocvar.h>
-#undef _KERNEL
#include <sys/time.h>
#include <sys/proc.h>
#include <sys/user.h>
diff --git a/usr.bin/fstat/ntfs.c b/usr.bin/fstat/ntfs.c
index e56061522fb..bd8bd837898 100644
--- a/usr.bin/fstat/ntfs.c
+++ b/usr.bin/fstat/ntfs.c
@@ -1,4 +1,4 @@
-/* $NetBSD: ntfs.c,v 1.7 2003/02/01 18:31:09 tron Exp $ */
+/* $NetBSD: ntfs.c,v 1.8 2003/02/02 02:35:58 christos Exp $ */
/*-
* Copyright (c) 1999 The NetBSD Foundation, Inc.
@@ -37,12 +37,9 @@
*/
#include <sys/cdefs.h>
-__RCSID("$NetBSD: ntfs.c,v 1.7 2003/02/01 18:31:09 tron Exp $");
+__RCSID("$NetBSD: ntfs.c,v 1.8 2003/02/02 02:35:58 christos Exp $");
#include <sys/param.h>
-#define _KERNEL
-#include <sys/mallocvar.h>
-#undef _KERNEL
#include <sys/time.h>
#include <sys/proc.h>
#include <sys/user.h>
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>