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.253 retrieving revision 1.254 diff -u -p -r1.253 -r1.254 --- src/sys/kern/syscalls.c 2012/02/19 17:23:04 1.253 +++ src/sys/kern/syscalls.c 2012/02/19 17:50:50 1.254 @@ -1,14 +1,14 @@ -/* $NetBSD: syscalls.c,v 1.253 2012/02/19 17:23:04 matt Exp $ */ +/* $NetBSD: syscalls.c,v 1.254 2012/02/19 17:50:50 matt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.256 2012/02/19 17:22:16 matt Exp + * created from NetBSD: syscalls.master,v 1.257 2012/02/19 17:50:28 matt Exp */ #include -__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.253 2012/02/19 17:23:04 matt Exp $"); +__KERNEL_RCSID(0, "$NetBSD: syscalls.c,v 1.254 2012/02/19 17:50:50 matt Exp $"); #if defined(_KERNEL_OPT) #include "opt_modular.h"