From: niklas Date: Thu, 25 Apr 1996 10:29:39 +0000 (+0000) Subject: Regenerated from new syscalls.master X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=9bda8ac32ba5341158f06ca449055b3937c615a1;p=openbsd Regenerated from new syscalls.master --- diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 5885e6e1b47..56b9d063d6f 100644 --- a/sys/compat/svr4/svr4_syscall.h +++ b/sys/compat/svr4/svr4_syscall.h @@ -2,7 +2,7 @@ * System call numbers. * * 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 */ #define SVR4_SYS_syscall 0 @@ -59,6 +59,7 @@ /* 73 is obsolete rumount */ /* 74 is obsolete rfstart */ /* 75 is obsolete sigret */ +#define SVR4_SYS_rdebug 76 /* 76 is obsolete rdebug */ /* 77 is obsolete rfstop */ #define SVR4_SYS_rmdir 79 diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index b6569b90896..696a55252a1 100644 --- a/sys/compat/svr4/svr4_syscallargs.h +++ b/sys/compat/svr4/svr4_syscallargs.h @@ -2,7 +2,7 @@ * System call argument lists. * * 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 */ #define syscallarg(x) union { x datum; register_t pad; } @@ -373,6 +373,10 @@ 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 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 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 */ diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index 5ec74056726..d72618bfa8e 100644 --- a/sys/compat/svr4/svr4_sysent.c +++ b/sys/compat/svr4/svr4_sysent.c @@ -2,7 +2,7 @@ * System call switch table. * * 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 */ #include @@ -205,8 +205,13 @@ 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 { 0, 0, sys_nosys }, /* 77 = obsolete rfstop */ { 0, 0,