From 39bee2738c57995dc6dc2deae572ca93561a5762 Mon Sep 17 00:00:00 2001 From: dyson Date: Sat, 18 May 1996 03:52:13 +0000 Subject: File mistakenly left out of the previous mega-commit. This provides a global defn for 'exech_map.' --- sys/vm/vm_kern.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'sys/vm/vm_kern.h') diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h index 8fcbb04..5ed63c5 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: vm_kern.h,v 1.6 1995/07/29 11:44:22 bde Exp $ + * $Id: vm_kern.h,v 1.7 1996/05/10 19:28:55 wollman Exp $ */ #ifndef _VM_VM_KERN_H_ @@ -79,6 +79,7 @@ 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; -- cgit v1.1