From 63b6a05776e8f16b37152038eec61e01e2551a8c Mon Sep 17 00:00:00 2001 From: joerg Date: Sun, 22 Dec 1996 23:17:09 +0000 Subject: Make DFLDSIZ and MAXDSIZ fully-supported options. "Don't forget to do a ``make depend''" :-) --- sys/vm/vm_glue.c | 4 +++- sys/vm/vm_mmap.c | 4 +++- 2 files changed, 6 insertions(+), 2 deletions(-) (limited to 'sys/vm') 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 #include #include 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 #include #include -- cgit v1.1