summaryrefslogtreecommitdiff
path: root/sys/compat
diff options
context:
space:
mode:
authorNiklas Hallqvist <niklas@cvs.openbsd.org>1996-04-25 10:29:45 +0000
committerNiklas Hallqvist <niklas@cvs.openbsd.org>1996-04-25 10:29:45 +0000
commit9c7eb29f7fb5a32d3efc92b6e8ef8e77c91f6138 (patch)
treec9b35f9cee96e1a67df4e0434b166b0ab6186c6f /sys/compat
parent232478be135e33093ad3311caec9cc68acfcfc96 (diff)
Regenerated from new syscalls.master
Diffstat (limited to 'sys/compat')
-rw-r--r--sys/compat/svr4/svr4_syscall.h3
-rw-r--r--sys/compat/svr4/svr4_syscallargs.h6
-rw-r--r--sys/compat/svr4/svr4_syscalls.c6
-rw-r--r--sys/compat/svr4/svr4_sysent.c7
4 files changed, 18 insertions, 4 deletions
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 <sys/param.h>
@@ -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,