summaryrefslogtreecommitdiffstats
path: root/sys/vm/vm_kern.h
diff options
context:
space:
mode:
authordg <dg@FreeBSD.org>1997-03-31 11:11:26 +0000
committerdg <dg@FreeBSD.org>1997-03-31 11:11:26 +0000
commit1543ecae887bd6435390612196e8618908146b13 (patch)
treeb3cef10263cd558d15c464c3bd089af47ce2da23 /sys/vm/vm_kern.h
parent8a15519b3ec7205f5ef40d8ceb1b3262f7b9ed8d (diff)
downloadFreeBSD-src-1543ecae887bd6435390612196e8618908146b13.zip
FreeBSD-src-1543ecae887bd6435390612196e8618908146b13.tar.gz
Changed the way that the exec image header is read to be filesystem-
centric rather than VM-centric to fix a problem with errors not being detectable when the header is read. Killed exech_map as a result of these changes. There appears to be no performance difference with this change.
Diffstat (limited to 'sys/vm/vm_kern.h')
-rw-r--r--sys/vm/vm_kern.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/vm/vm_kern.h b/sys/vm/vm_kern.h
index 59e47db..b23150f 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;
OpenPOWER on IntegriCloud