Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. =================================================================== RCS file: /ftp/cvs/cvsroot/src/sys/uvm/uvm_map.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_map.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.16 retrieving revision 1.17 diff -u -p -r1.16 -r1.17 --- src/sys/uvm/uvm_map.h 2000/03/26 20:54:47 1.16 +++ src/sys/uvm/uvm_map.h 2000/03/29 04:05:47 1.17 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_map.h,v 1.16 2000/03/26 20:54:47 kleink Exp $ */ +/* $NetBSD: uvm_map.h,v 1.17 2000/03/29 04:05:47 simonb Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -159,8 +159,6 @@ void uvm_unmap_detach __P((vm_map_entry int uvm_unmap_remove __P((vm_map_t, vaddr_t, vaddr_t, vm_map_entry_t *)); -struct vmspace *uvmspace_fork __P((struct vmspace *)); - #endif /* _KERNEL */ #endif /* _UVM_UVM_MAP_H_ */