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.105 retrieving revision 1.106 diff -u -p -r1.105 -r1.106 --- src/sys/kern/syscalls.c 1999/08/25 05:06:32 1.105 +++ src/sys/kern/syscalls.c 2000/01/23 01:01:52 1.106 @@ -1,10 +1,10 @@ -/* $NetBSD: syscalls.c,v 1.105 1999/08/25 05:06:32 thorpej Exp $ */ +/* $NetBSD: syscalls.c,v 1.106 2000/01/23 01:01:52 mycroft Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from NetBSD: syscalls.master,v 1.97 1999/08/25 05:05:48 thorpej Exp + * created from NetBSD: syscalls.master,v 1.98 2000/01/23 01:01:30 mycroft Exp */ #if defined(_KERNEL) && !defined(_LKM)