summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_glue.c
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/vm_glue.c
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/vm_glue.c')
-rw-r--r--sys/vm/vm_glue.c4
1 files changed, 3 insertions, 1 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>
OpenPOWER on IntegriCloud