summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.h
diff options
context:
space:
mode:
authordyson <dyson@FreeBSD.org>1996-05-18 03:52:13 +0000
committerdyson <dyson@FreeBSD.org>1996-05-18 03:52:13 +0000
commit39bee2738c57995dc6dc2deae572ca93561a5762 (patch)
tree0a16860c920abf4d51a0835ca296ac1707c60f33 /sys/vm/vm_kern.h
parent242e10df110e682d1d2f90d9734a4fd3436f24c1 (diff)
downloadFreeBSD-src-39bee2738c57995dc6dc2deae572ca93561a5762.zip
FreeBSD-src-39bee2738c57995dc6dc2deae572ca93561a5762.tar.gz
File mistakenly left out of the previous mega-commit. This provides
a global defn for 'exech_map.'
Diffstat (limited to 'sys/vm/vm_kern.h')
-rw-r--r--sys/vm/vm_kern.h3
1 files changed, 2 insertions, 1 deletions
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;
OpenPOWER on IntegriCloud