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_km.h,v retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/sys/uvm/uvm_km.h 1999/05/25 20:30:09 1.8 +++ src/sys/uvm/uvm_km.h 1999/06/21 17:25:11 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_km.h,v 1.8 1999/05/25 20:30:09 thorpej Exp $ */ +/* $NetBSD: uvm_km.h,v 1.9 1999/06/21 17:25:11 thorpej Exp $ */ /* * @@ -41,6 +41,8 @@ * uvm_km.h */ +#ifdef _KERNEL + /* * prototypes */ @@ -49,4 +51,6 @@ void uvm_km_init __P((vaddr_t, vaddr_t)) void uvm_km_pgremove __P((struct uvm_object *, vaddr_t, vaddr_t)); void uvm_km_pgremove_intrsafe __P((struct uvm_object *, vaddr_t, vaddr_t)); +#endif /* _KERNEL */ + #endif /* _UVM_UVM_KM_H_ */