summaryrefslogtreecommitdiffstats
path: root/sys/vm
diff options
context:
space:
mode:
authorjoerg <joerg@FreeBSD.org>1996-12-22 23:17:09 +0000
committerjoerg <joerg@FreeBSD.org>1996-12-22 23:17:09 +0000
commit63b6a05776e8f16b37152038eec61e01e2551a8c (patch)
tree1db8cd8a8c46716b1fc31294fcdd13c1f54bac07 /sys/vm
parent2b490f7137dc598ceee0fb199752d4a270983867 (diff)
downloadFreeBSD-src-63b6a05776e8f16b37152038eec61e01e2551a8c.zip
FreeBSD-src-63b6a05776e8f16b37152038eec61e01e2551a8c.tar.gz
Make DFLDSIZ and MAXDSIZ fully-supported options.
"Don't forget to do a ``make depend''" :-)
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 af888fa..30cf0a9 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 3fe3b01..d1730ba 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>
OpenPOWER on IntegriCloud