diff options
| author | David Greenman <dg@FreeBSD.org> | 1997-03-31 11:11:26 +0000 |
|---|---|---|
| committer | David Greenman <dg@FreeBSD.org> | 1997-03-31 11:11:26 +0000 |
| commit | 9caaadb63a2669a018687f7e429a283df06fd7d8 (patch) | |
| tree | f9f06719c96217f087048b72e1a43a36fc89ce21 /sys/vm | |
| parent | c075572228366006c9a2af7380a365fcd79a10ae (diff) | |
Notes
Diffstat (limited to 'sys/vm')
| -rw-r--r-- | sys/vm/vm_kern.c | 3 | ||||
| -rw-r--r-- | sys/vm/vm_kern.h | 3 |
2 files changed, 2 insertions, 4 deletions
diff --git a/sys/vm/vm_kern.c b/sys/vm/vm_kern.c index bf4ee4a1057f..a875230a78e9 100644 --- a/sys/vm/vm_kern.c +++ b/sys/vm/vm_kern.c @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id$ + * $Id: vm_kern.c,v 1.33 1997/02/22 09:48:21 peter Exp $ */ /* @@ -92,7 +92,6 @@ vm_map_t kernel_map=0; vm_map_t kmem_map=0; vm_map_t exec_map=0; -vm_map_t exech_map=0; vm_map_t clean_map=0; vm_map_t u_map=0; vm_map_t buffer_map=0; diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 59e47db8a169..b23150f621a2 100644 --- a/sys/vm/vm_kern.h +++ b/sys/vm/vm_kern.h @@ -61,7 +61,7 @@ * any improvements or extensions that they make and grant Carnegie the * rights to redistribute these changes. * - * $Id$ + * $Id: vm_kern.h,v 1.12 1997/02/22 09:48:21 peter Exp $ */ #ifndef _VM_VM_KERN_H_ @@ -77,7 +77,6 @@ extern vm_map_t io_map; extern vm_map_t clean_map; extern vm_map_t phys_map; extern vm_map_t exec_map; -extern vm_map_t exech_map; extern vm_map_t u_map; extern vm_offset_t kernel_vm_end; |
