aboutsummaryrefslogtreecommitdiff
path: root/sys/vm/vm_glue.c
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/vm_glue.c
parenteabc732c9327db6d5c750c808853da8ac54d7acb (diff)
downloadsrc-e9822d926cc5cf49327ea7ce727393b658709d47.tar.gz
src-e9822d926cc5cf49327ea7ce727393b658709d47.zip
Make DFLDSIZ and MAXDSIZ fully-supported options.
"Don't forget to do a ``make depend''" :-)
Notes
Notes: svn path=/head/; revision=20821
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 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>