diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 10:29:45 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1996-04-25 10:29:45 +0000 |
commit | 9c7eb29f7fb5a32d3efc92b6e8ef8e77c91f6138 (patch) | |
tree | c9b35f9cee96e1a67df4e0434b166b0ab6186c6f /sys/compat/svr4/svr4_syscalls.c | |
parent | 232478be135e33093ad3311caec9cc68acfcfc96 (diff) |
Regenerated from new syscalls.master
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index faa23ca462d..8a8ffd424a3 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -2,7 +2,7 @@ * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.4 1996/02/26 23:32:08 niklas Exp + * created from OpenBSD: syscalls.master,v 1.5 1996/04/21 22:18:42 deraadt Exp */ char *svr4_syscallnames[] = { @@ -94,7 +94,11 @@ char *svr4_syscallnames[] = { "#73 (obsolete rumount)", /* 73 = obsolete rumount */ "#74 (obsolete rfstart)", /* 74 = obsolete rfstart */ "#75 (obsolete sigret)", /* 75 = obsolete sigret */ +#ifdef COMPAT_SVR4_NCR + "rdebug", /* 76 = rdebug */ +#else "#76 (obsolete rdebug)", /* 76 = obsolete rdebug */ +#endif "#77 (obsolete rfstop)", /* 77 = obsolete rfstop */ "#78 (unimplemented rfsys)", /* 78 = unimplemented rfsys */ "rmdir", /* 79 = rmdir */ |