diff options
| author | christos <christos@NetBSD.org> | 2003-02-02 02:35:58 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2003-02-02 02:35:58 +0000 |
| commit | 0fcef5865cae78b341e3ff7481bedfc65aa88e86 (patch) | |
| tree | 1ef18991e79bcaab4463cfb71927924e1ede097d /usr.bin/fstat | |
| parent | e4d4f01d2ba14f8773df04741092647c9c3e61f7 (diff) | |
undo mallocvar.h changes!
Diffstat (limited to 'usr.bin/fstat')
| -rw-r--r-- | usr.bin/fstat/fstat.c | 7 | ||||
| -rw-r--r-- | usr.bin/fstat/isofs.c | 7 | ||||
| -rw-r--r-- | usr.bin/fstat/ntfs.c | 7 |
3 files changed, 6 insertions, 15 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> |
