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_pdaemon.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/uvm/uvm_pdaemon.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.7 retrieving revision 1.8 diff -u -p -r1.7 -r1.8 --- src/sys/uvm/uvm_pdaemon.h 1999/06/21 17:25:12 1.7 +++ src/sys/uvm/uvm_pdaemon.h 1999/11/04 21:51:42 1.8 @@ -1,4 +1,4 @@ -/* $NetBSD: uvm_pdaemon.h,v 1.7 1999/06/21 17:25:12 thorpej Exp $ */ +/* $NetBSD: uvm_pdaemon.h,v 1.8 1999/11/04 21:51:42 thorpej Exp $ */ /* * Copyright (c) 1997 Charles D. Cranor and Washington University. @@ -79,7 +79,7 @@ * prototypes */ -void uvm_wait __P((char *)); +void uvm_wait __P((const char *)); #endif /* _KERNEL */