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/syscalls.c,v rcsdiff: /ftp/cvs/cvsroot/src/sys/kern/syscalls.c,v: warning: Unknown phrases like `commitid ...;' are present. retrieving revision 1.212 retrieving revision 1.213 diff -u -p -r1.212 -r1.213 --- src/sys/kern/syscalls.c 2008/03/27 17:14:21 1.212 +++ src/sys/kern/syscalls.c 2008/04/21 00:14:23 1.213 @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.212 2008/03/27 17:14:21 ad Exp $ */ +/* $NetBSD: syscalls.c,v 1.213 2008/04/21 00:14:23 ad Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.196 2008/03/27 17:13:25 ad Exp + * created from NetBSD: syscalls.master,v 1.197 2008/04/21 00:13:46 ad Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.212 2008/03/27 17:14:21 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.213 2008/04/21 00:14:23 ad Exp $"); #if defined(_KERNEL_OPT) #include "opt_nfsserver.h"