From 01dd6091edaa3e5d6ce972956bdaff5e8575d53f Mon Sep 17 00:00:00 2001 From: eivind Date: Tue, 16 Dec 1997 17:40:42 +0000 Subject: Make COMPAT_43 and COMPAT_SUNOS new-style options. --- sys/vm/vm_mmap.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/vm') diff --git a/sys/vm/vm_mmap.c b/sys/vm/vm_mmap.c index 6c6ab99..459a20c 100644 --- a/sys/vm/vm_mmap.c +++ b/sys/vm/vm_mmap.c @@ -38,13 +38,14 @@ * 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.68 1997/09/01 03:17:20 bde Exp $ + * $Id: vm_mmap.c,v 1.69 1997/11/06 19:29:54 phk Exp $ */ /* * Mapped file (mmap) interface to VM */ +#include "opt_compat.h" #include "opt_rlimit.h" #include -- cgit v1.1