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.21 retrieving revision 1.22 diff -u -p -r1.21 -r1.22 --- src/sys/kern/syscalls.c 1994/05/17 00:02:30 1.21 +++ src/sys/kern/syscalls.c 1994/06/08 11:28:44 1.22 @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from: syscalls.master,v 1.19 1994/05/17 00:00:46 + * created from: syscalls.master,v 1.18 1994/05/07 00:39:06 */ char *syscallnames[] = { @@ -173,20 +173,19 @@ char *syscallnames[] = { "#152", /* 152 = nosys */ "#153", /* 153 = nosys */ "#154", /* 154 = nosys */ -#if defined(NFSSERVER) +#if defined(NFSCLIENT) || defined(NFSSERVER) "nfssvc", /* 155 = nfssvc */ #else "#155", /* 155 = nosys */ #endif - "getdirentries", /* 156 = getdirentries */ + "old.getdirentries", /* 156 = old getdirentries */ "statfs", /* 157 = statfs */ "fstatfs", /* 158 = fstatfs */ "#159", /* 159 = nosys */ + "#160", /* 160 = nosys */ #ifdef NFSCLIENT - "async_daemon", /* 160 = async_daemon */ "getfh", /* 161 = getfh */ #else - "#160", /* 160 = nosys */ "#161", /* 161 = nosys */ #endif "old.getdomainname", /* 162 = old getdomainname */ @@ -242,7 +241,7 @@ char *syscallnames[] = { "#193", /* 193 = nosys */ "getrlimit", /* 194 = getrlimit */ "setrlimit", /* 195 = setrlimit */ - "#196", /* 196 = nosys */ + "getdirentries", /* 196 = getdirentries */ "mmap", /* 197 = mmap */ "__syscall", /* 198 = __syscall */ "lseek", /* 199 = lseek */