undo mallocvar.h change!

This commit is contained in:
christos 2003-02-02 02:25:50 +00:00
parent 8c9399c70c
commit acc1cc5b41
2 changed files with 4 additions and 10 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: kvm_file.c,v 1.21 2003/02/01 21:12:27 tron Exp $ */
/* $NetBSD: kvm_file.c,v 1.22 2003/02/02 02:26:48 christos Exp $ */
/*-
* Copyright (c) 1989, 1992, 1993
@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)kvm_file.c 8.1 (Berkeley) 6/4/93";
#else
__RCSID("$NetBSD: kvm_file.c,v 1.21 2003/02/01 21:12:27 tron Exp $");
__RCSID("$NetBSD: kvm_file.c,v 1.22 2003/02/02 02:26:48 christos Exp $");
#endif
#endif /* LIBC_SCCS and not lint */
@ -50,9 +50,6 @@ __RCSID("$NetBSD: kvm_file.c,v 1.21 2003/02/01 21:12:27 tron Exp $");
*/
#include <sys/param.h>
#define _KERNEL
#include <sys/mallocvar.h>
#undef _KERNEL
#include <sys/user.h>
#include <sys/lwp.h>
#include <sys/proc.h>

View File

@ -1,4 +1,4 @@
/* $NetBSD: pstat.c,v 1.78 2003/02/01 21:05:54 tron Exp $ */
/* $NetBSD: pstat.c,v 1.79 2003/02/02 02:25:50 christos Exp $ */
/*-
* Copyright (c) 1980, 1991, 1993, 1994
@ -43,14 +43,11 @@ __COPYRIGHT("@(#) Copyright (c) 1980, 1991, 1993, 1994\n\
#if 0
static char sccsid[] = "@(#)pstat.c 8.16 (Berkeley) 5/9/95";
#else
__RCSID("$NetBSD: pstat.c,v 1.78 2003/02/01 21:05:54 tron Exp $");
__RCSID("$NetBSD: pstat.c,v 1.79 2003/02/02 02:25:50 christos Exp $");
#endif
#endif /* not lint */
#include <sys/param.h>
#define _KERNEL
#include <sys/mallocvar.h>
#undef _KERNEL
#include <sys/time.h>
#include <sys/vnode.h>
#include <sys/ucred.h>