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.242 retrieving revision 1.243 diff -u -p -r1.242 -r1.243 --- src/sys/kern/syscalls.c 2011/01/18 17:34:28 1.242 +++ src/sys/kern/syscalls.c 2011/01/31 00:06:57 1.243 @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.242 2011/01/18 17:34:28 pooka Exp $ */ +/* $NetBSD: syscalls.c,v 1.243 2011/01/31 00:06:57 christos Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.242 2011/01/17 18:24:17 pooka Exp + * created from NetBSD: syscalls.master,v 1.243 2011/01/31 00:05:29 christos Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.242 2011/01/18 17:34:28 pooka Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.243 2011/01/31 00:06:57 christos Exp $"); #if defined(_KERNEL_OPT) #include "opt_modular.h"