diff options
author | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-06 22:02:19 +0000 |
---|---|---|
committer | Niklas Hallqvist <niklas@cvs.openbsd.org> | 1998-03-06 22:02:19 +0000 |
commit | 0e8381e965c3dcfacd2e6a2278514fed6b88a28c (patch) | |
tree | d65000a3c6c8dfd915c25b1c430b362919404345 /sys/compat/svr4/svr4_syscalls.c | |
parent | dcac002bf44ff09df975ff4e23b41efb868c7a02 (diff) |
regen
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 */ |