diff options
-rw-r--r-- | sys/compat/svr4/svr4_syscall.h | 5 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_syscallargs.h | 9 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 8 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_sysent.c | 11 |
4 files changed, 10 insertions, 23 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 58a43d5d735..6ee84092b0d 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscall.h,v 1.23 1998/02/10 13:43:45 niklas Exp $ */ +/* $OpenBSD: svr4_syscall.h,v 1.24 1998/03/06 22:02:18 niklas Exp $ */ /* * System call numbers. * * 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 */ /* syscall: "syscall" ret: "int" args: */ @@ -166,7 +166,6 @@ /* syscall: "rdebug" ret: "int" args: */ #define SVR4_SYS_rdebug 76 - /* 76 is obsolete rdebug */ /* 77 is obsolete rfstop */ /* syscall: "rmdir" ret: "int" args: "char *" */ #define SVR4_SYS_rmdir 79 diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index 18db1e20552..070f45413d3 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_syscallargs.h @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_syscallargs.h,v 1.23 1998/02/10 13:43:46 niklas Exp $ */ +/* $OpenBSD: svr4_syscallargs.h,v 1.24 1998/03/06 22:02:16 niklas Exp $ */ /* * System call argument lists. * * 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 */ #define syscallarg(x) union { x datum; register_t pad; } @@ -431,10 +431,7 @@ int sys_umask __P((struct proc *, void *, register_t *)); int sys_chroot __P((struct proc *, void *, register_t *)); int svr4_sys_fcntl __P((struct proc *, void *, register_t *)); int svr4_sys_ulimit __P((struct proc *, void *, register_t *)); -#ifdef COMPAT_SVR4_NCR -int svr4_ncr_sys_rdebug __P((struct proc *, void *, register_t *)); -#else -#endif +int svr4_sys_rdebug __P((struct proc *, void *, register_t *)); int sys_rmdir __P((struct proc *, void *, register_t *)); int sys_mkdir __P((struct proc *, void *, register_t *)); int svr4_sys_getdents __P((struct proc *, void *, register_t *)); 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 */ diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index 4f5192cb831..4566d34be9c 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -1,10 +1,10 @@ -/* $OpenBSD: svr4_sysent.c,v 1.23 1998/02/10 13:43:44 niklas Exp $ */ +/* $OpenBSD: svr4_sysent.c,v 1.24 1998/03/06 22:02:11 niklas Exp $ */ /* * System call switch table. * * 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 */ #include <sys/param.h> @@ -208,13 +208,8 @@ struct sysent svr4_sysent[] = { sys_nosys }, /* 74 = obsolete rfstart */ { 0, 0, sys_nosys }, /* 75 = obsolete sigret */ -#ifdef COMPAT_SVR4_NCR { 0, 0, - svr4_ncr_sys_rdebug }, /* 76 = rdebug */ -#else - { 0, 0, - sys_nosys }, /* 76 = obsolete rdebug */ -#endif + svr4_sys_rdebug }, /* 76 = rdebug */ { 0, 0, sys_nosys }, /* 77 = obsolete rfstop */ { 0, 0, |