diff options
author | swallace <swallace@FreeBSD.org> | 1995-10-07 06:29:30 +0000 |
---|---|---|
committer | swallace <swallace@FreeBSD.org> | 1995-10-07 06:29:30 +0000 |
commit | 11b88f454b1ce841ffafc39b6bcec68c51a2ffec (patch) | |
tree | edbba4c827553043ea952806edaff569dbb66396 /sys/kern/syscalls.c | |
parent | 9c1e10e65e2fb3d6657f1a3e4a30e50c626f1f32 (diff) | |
download | FreeBSD-src-11b88f454b1ce841ffafc39b6bcec68c51a2ffec.zip FreeBSD-src-11b88f454b1ce841ffafc39b6bcec68c51a2ffec.tar.gz |
Remake generated files to reflect makesyscalls.sh changes
Diffstat (limited to 'sys/kern/syscalls.c')
-rw-r--r-- | sys/kern/syscalls.c | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/kern/syscalls.c b/sys/kern/syscalls.c index 2b006cc..67f3c20 100644 --- a/sys/kern/syscalls.c +++ b/sys/kern/syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from syscalls.master,v 1.16 1995/09/19 13:30:51 bde Exp + * created from Id: syscalls.master,v 1.17 1995/10/07 06:24:08 swallace Exp */ char *syscallnames[] = { @@ -129,11 +129,7 @@ char *syscallnames[] = { "gettimeofday", /* 116 = gettimeofday */ "getrusage", /* 117 = getrusage */ "getsockopt", /* 118 = getsockopt */ -#ifdef vax - "resuba", /* 119 = resuba */ -#else "#119", /* 119 = nosys */ -#endif "readv", /* 120 = readv */ "writev", /* 121 = writev */ "settimeofday", /* 122 = settimeofday */ |