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/sys/spl.h,v rcsdiff: /ftp/cvs/cvsroot/src/sys/sys/spl.h,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.5 retrieving revision 1.5.6.1 diff -u -p -r1.5 -r1.5.6.1 --- src/sys/sys/spl.h 2006/12/21 15:55:26 1.5 +++ src/sys/sys/spl.h 2007/07/29 11:30:10 1.5.6.1 @@ -1,4 +1,4 @@ -/* $NetBSD: spl.h,v 1.5 2006/12/21 15:55:26 yamt Exp $ */ +/* $NetBSD: spl.h,v 1.5.6.1 2007/07/29 11:30:10 ad Exp $ */ /*- * Copyright (c)2005 YAMAMOTO Takashi, @@ -57,10 +57,8 @@ _SPL_DECL(bio, BIO) _SPL_DECL(net, NET) _SPL_DECL(tty, TTY) _SPL_DECL(vm, VM) -_SPL_DECL(statclock, STATCLOCK) _SPL_DECL(clock, CLOCK) _SPL_DECL(sched, SCHED) -_SPL_DECL(lock, LOCK) _SPL_DECL(high, HIGH) #if defined(IPL_SERIAL)