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.59 retrieving revision 1.60 diff -u -p -r1.59 -r1.60 --- src/sys/uvm/uvm_map.h 2008/01/02 11:49:18 1.59 +++ src/sys/uvm/uvm_map.h 2008/01/08 13:10:01 1.60 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_map.h,v 1.59 2008/01/02 11:49:18 ad Exp $ */ +/* $NetBSD: uvm_map.h,v 1.60 2008/01/08 13:10:01 yamt Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -359,11 +359,9 @@ bool vm_map_starved_p(struct vm_map *); bool vm_map_lock_try(struct vm_map *); void vm_map_lock(struct vm_map *); void vm_map_unlock(struct vm_map *); -void vm_map_upgrade(struct vm_map *); void vm_map_unbusy(struct vm_map *); void vm_map_lock_read(struct vm_map *); void vm_map_unlock_read(struct vm_map *); -void vm_map_downgrade(struct vm_map *); void vm_map_busy(struct vm_map *); bool vm_map_locked_p(struct vm_map *);