aboutsummaryrefslogtreecommitdiff
path: root/sys/vm
diff options
context:
space:
mode:
authorJoerg Wunsch <joerg@FreeBSD.org>1996-12-22 23:17:09 +0000
committerJoerg Wunsch <joerg@FreeBSD.org>1996-12-22 23:17:09 +0000
commite9822d926cc5cf49327ea7ce727393b658709d47 (patch)
tree1db8cd8a8c46716b1fc31294fcdd13c1f54bac07 /sys/vm
parenteabc732c9327db6d5c750c808853da8ac54d7acb (diff)
Notes
Diffstat (limited to 'sys/vm')
-rw-r--r--sys/vm/vm_glue.c4
-rw-r--r--sys/vm/vm_mmap.c4
2 files changed, 6 insertions, 2 deletions
diff --git a/sys/vm/vm_glue.c b/sys/vm/vm_glue.c
index af888fa9fda1..30cf0a987e3e 100644
--- a/sys/vm/vm_glue.c
+++ b/sys/vm/vm_glue.c
@@ -59,9 +59,11 @@
* any improvements or extensions that they make and grant Carnegie the
* rights to redistribute these changes.
*
- * $Id: vm_glue.c,v 1.54 1996/10/15 03:16:44 dyson Exp $
+ * $Id: vm_glue.c,v 1.55 1996/10/17 02:58:20 dyson Exp $
*/
+#include "opt_rlimit.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/proc.h>
diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c
index 3fe3b019879b..d1730bae72e8 100644
--- a/sys/vm/vm_mmap.c
+++ b/sys/vm/vm_mmap.c
@@ -38,13 +38,15 @@
* from: Utah $Hdr: vm_mmap.c 1.6 91/10/21$
*
* @(#)vm_mmap.c 8.4 (Berkeley) 1/12/94
- * $Id: vm_mmap.c,v 1.53 1996/10/29 22:07:11 dyson Exp $
+ * $Id: vm_mmap.c,v 1.54 1996/12/14 17:54:17 dyson Exp $
*/
/*
* Mapped file (mmap) interface to VM
*/
+#include "opt_rlimit.h"
+
#include <sys/param.h>
#include <sys/systm.h>
#include <sys/sysproto.h>