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/kern/sys_syscall.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/sys_syscall.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.8 retrieving revision 1.9 diff -u -p -r1.8 -r1.9 --- src/sys/kern/sys_syscall.c 2008/02/06 22:12:42 1.8 +++ src/sys/kern/sys_syscall.c 2008/04/29 06:53:03 1.9 @@ -1,4 +1,4 @@ -/* $NetBSD: sys_syscall.c,v 1.8 2008/02/06 22:12:42 dsl Exp $ */ +/* $NetBSD: sys_syscall.c,v 1.9 2008/04/29 06:53:03 martin Exp $ */ /*- * Copyright (c) 2006 The NetBSD Foundation, Inc. @@ -15,9 +15,6 @@ * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. - * 3. Neither the name of The NetBSD Foundation nor the names of its - * contributors may be used to endorse or promote products derived - * from this software without specific prior written permission. * * THIS SOFTWARE IS PROVIDED BY THE NETBSD FOUNDATION, INC. AND CONTRIBUTORS * ``AS IS'' AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED @@ -33,7 +30,7 @@ */ #include -__KERNEL_RCSID(0, "$NetBSD: sys_syscall.c,v 1.8 2008/02/06 22:12:42 dsl Exp $"); +__KERNEL_RCSID(0, "$NetBSD: sys_syscall.c,v 1.9 2008/04/29 06:53:03 martin Exp $"); #include