undo mallocvar.h changes!

This commit is contained in:
christos 2003-02-02 02:35:58 +00:00
parent e4d4f01d2b
commit 0fcef5865c
4 changed files with 8 additions and 20 deletions

View File

@ -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>

View File

@ -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>

View File

@ -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>

View File

@ -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>