diff options
| author | John Dyson <dyson@FreeBSD.org> | 1997-12-29 01:03:55 +0000 |
|---|---|---|
| committer | John Dyson <dyson@FreeBSD.org> | 1997-12-29 01:03:55 +0000 |
| commit | 60f8d46448d17922a5d8bf5a65bbff21cf0576af (patch) | |
| tree | 2b270d40e8d319d2bc4e0b622cb291f669be5025 /sys/vm/vm_map.c | |
| parent | 2be70f79f6dcc03377819b327700531ce5455896 (diff) | |
Notes
Diffstat (limited to 'sys/vm/vm_map.c')
| -rw-r--r-- | sys/vm/vm_map.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_map.c b/sys/vm/vm_map.c index b20b433b4a2c..11604ce3c930 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 <vm/vm_zone.h> static MALLOC_DEFINE(M_VMMAP, "VM map", "VM map structures"); -extern int vfs_ioopt; /* * Virtual memory maps provide for the mapping, protection, |
