From 8ab3ac77d29a2c135e0f05f5563d3b5cc8ce1a18 Mon Sep 17 00:00:00 2001 From: dyson Date: Mon, 29 Dec 1997 01:03:55 +0000 Subject: Fix the decl of vfs_ioopt, allow LFS to compile again, fix a minor problem with the object cache removal. --- sys/vm/vm_map.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'sys/vm/vm_map.c') diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index b20b433..11604ce 100644 --- a/sys/vm/vm_map.c +++ b/sys/vm/vm_map.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id: vm_map.c,v 1.101 1997/12/25 20:55:15 dyson Exp $ + * $Id: vm_map.c,v 1.102 1997/12/29 00:24:43 dyson Exp $ */ /* @@ -93,7 +93,6 @@ #include static MALLOC_DEFINE(M_VMMAP, "VM map", "VM map structures"); -extern int vfs_ioopt; /* * Virtual memory maps provide for the mapping, protection, -- cgit v1.1