diff options
Diffstat (limited to 'sys/compat/svr4/svr4_syscalls.c')
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index 9d77870e4db..dbc9bcad426 100644 --- a/sys/compat/svr4/svr4_syscalls.c +++ b/sys/compat/svr4/svr4_syscalls.c @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscalls.c,v 1.23 1998/02/10 13:43:45 niklas Exp $ */ +/* $OpenBSD: svr4_syscalls.c,v 1.24 1998/03/06 22:02:14 niklas Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.22 1998/02/10 13:41:55 niklas Exp + * created from OpenBSD: syscalls.master,v 1.23 1998/03/06 21:58:10 niklas Exp */ char *svr4_syscallnames[] = { @@ -96,11 +96,7 @@ 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 */ |