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.194.2.1 retrieving revision 1.194.2.2 diff -u -p -r1.194.2.1 -r1.194.2.2 --- src/sys/kern/syscalls.c 2007/12/04 13:03:17 1.194.2.1 +++ src/sys/kern/syscalls.c 2007/12/05 21:18:41 1.194.2.2 @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.194.2.1 2007/12/04 13:03:17 ad Exp $ */ +/* $NetBSD: syscalls.c,v 1.194.2.2 2007/12/05 21:18:41 rmind Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.180 2007/11/12 23:11:59 ad Exp + * created from NetBSD: syscalls.master,v 1.180.2.3 2007/12/05 21:13:05 rmind Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.194.2.1 2007/12/04 13:03:17 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.194.2.2 2007/12/05 21:18:41 rmind Exp $"); #if defined(_KERNEL_OPT) #include "opt_nfsserver.h"