diff options
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 */ |