aboutsummaryrefslogtreecommitdiff
path: root/sys/miscfs
diff options
context:
space:
mode:
authorBruce Evans <bde@FreeBSD.org>1997-12-27 02:56:39 +0000
committerBruce Evans <bde@FreeBSD.org>1997-12-27 02:56:39 +0000
commit675ea6f083681647144cacb97165ba4a19e873e9 (patch)
tree020d74b01653474ea721a493a15fdaabc700d6bd /sys/miscfs
parent19d768b80b9b900d86bf0e35c000b48c40803e8b (diff)
Notes
Diffstat (limited to 'sys/miscfs')
-rw-r--r--sys/miscfs/procfs/procfs_vnops.c4
-rw-r--r--sys/miscfs/union/union_subr.c3
2 files changed, 4 insertions, 3 deletions
diff --git a/sys/miscfs/procfs/procfs_vnops.c b/sys/miscfs/procfs/procfs_vnops.c
index 7f6c8b6e8478..b7e522bdaa2f 100644
--- a/sys/miscfs/procfs/procfs_vnops.c
+++ b/sys/miscfs/procfs/procfs_vnops.c
@@ -36,7 +36,7 @@
*
* @(#)procfs_vnops.c 8.18 (Berkeley) 5/21/95
*
- * $Id: procfs_vnops.c,v 1.48 1997/12/13 03:13:46 sef Exp $
+ * $Id: procfs_vnops.c,v 1.49 1997/12/20 03:05:47 sef Exp $
*/
/*
@@ -53,9 +53,9 @@
#include <sys/signalvar.h>
#include <sys/vnode.h>
#include <sys/namei.h>
-#include <sys/malloc.h>
#include <sys/dirent.h>
#include <machine/reg.h>
+#include <vm/vm_zone.h>
#include <miscfs/procfs/procfs.h>
#include <sys/pioctl.h>
diff --git a/sys/miscfs/union/union_subr.c b/sys/miscfs/union/union_subr.c
index 8985d87eb295..3b17f9c81761 100644
--- a/sys/miscfs/union/union_subr.c
+++ b/sys/miscfs/union/union_subr.c
@@ -35,7 +35,7 @@
* SUCH DAMAGE.
*
* @(#)union_subr.c 8.20 (Berkeley) 5/20/95
- * $Id: union_subr.c,v 1.21 1997/09/21 04:23:32 dyson Exp $
+ * $Id: union_subr.c,v 1.22 1997/11/18 15:07:35 phk Exp $
*/
#include <sys/param.h>
@@ -49,6 +49,7 @@
#include <sys/stat.h>
#include <vm/vm.h>
#include <vm/vm_extern.h> /* for vnode_pager_setsize */
+#include <vm/vm_zone.h>
#include <miscfs/union/union.h>
#include <sys/proc.h>