diff options
Diffstat (limited to 'sys/compat/svr4')
-rw-r--r-- | sys/compat/svr4/svr4_syscall.h | 8 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_syscallargs.h | 6 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_syscalls.c | 6 | ||||
-rw-r--r-- | sys/compat/svr4/svr4_sysent.c | 6 |
4 files changed, 13 insertions, 13 deletions
diff --git a/sys/compat/svr4/svr4_syscall.h b/sys/compat/svr4/svr4_syscall.h index 6ee84092b0d..b59b49167d8 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.24 1998/03/06 22:02:18 niklas Exp $ */ +/* $OpenBSD: svr4_syscall.h,v 1.25 1999/06/07 07:18:36 deraadt Exp $ */ /* * System call numbers. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.23 1998/03/06 21:58:10 niklas Exp + * created from OpenBSD: syscalls.master,v 1.24 1999/06/07 07:17:48 deraadt Exp */ /* syscall: "syscall" ret: "int" args: */ @@ -106,8 +106,8 @@ /* syscall: "dup" ret: "int" args: "u_int" */ #define SVR4_SYS_dup 41 -/* syscall: "pipe" ret: "int" args: */ -#define SVR4_SYS_pipe 42 +/* syscall: "opipe" ret: "int" args: */ +#define SVR4_SYS_opipe 42 /* syscall: "times" ret: "int" args: "struct tms *" */ #define SVR4_SYS_times 43 diff --git a/sys/compat/svr4/svr4_syscallargs.h b/sys/compat/svr4/svr4_syscallargs.h index 070f45413d3..1972bda163d 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.24 1998/03/06 22:02:16 niklas Exp $ */ +/* $OpenBSD: svr4_syscallargs.h,v 1.25 1999/06/07 07:18:37 deraadt Exp $ */ /* * System call argument lists. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.23 1998/03/06 21:58:10 niklas Exp + * created from OpenBSD: syscalls.master,v 1.24 1999/06/07 07:17:48 deraadt Exp */ #define syscallarg(x) union { x datum; register_t pad; } @@ -405,7 +405,7 @@ int sys_sync __P((struct proc *, void *, register_t *)); int svr4_sys_kill __P((struct proc *, void *, register_t *)); int svr4_sys_pgrpsys __P((struct proc *, void *, register_t *)); int sys_dup __P((struct proc *, void *, register_t *)); -int sys_pipe __P((struct proc *, void *, register_t *)); +int sys_opipe __P((struct proc *, void *, register_t *)); int svr4_sys_times __P((struct proc *, void *, register_t *)); int sys_setgid __P((struct proc *, void *, register_t *)); int sys_getgid __P((struct proc *, void *, register_t *)); diff --git a/sys/compat/svr4/svr4_syscalls.c b/sys/compat/svr4/svr4_syscalls.c index dbc9bcad426..3e98b687709 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.24 1998/03/06 22:02:14 niklas Exp $ */ +/* $OpenBSD: svr4_syscalls.c,v 1.25 1999/06/07 07:18:37 deraadt Exp $ */ /* * System call names. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.23 1998/03/06 21:58:10 niklas Exp + * created from OpenBSD: syscalls.master,v 1.24 1999/06/07 07:17:48 deraadt Exp */ char *svr4_syscallnames[] = { @@ -50,7 +50,7 @@ char *svr4_syscallnames[] = { "pgrpsys", /* 39 = pgrpsys */ "#40 (unimplemented xenix)", /* 40 = unimplemented xenix */ "dup", /* 41 = dup */ - "pipe", /* 42 = pipe */ + "opipe", /* 42 = opipe */ "times", /* 43 = times */ "#44 (unimplemented profil)", /* 44 = unimplemented profil */ "#45 (unimplemented plock)", /* 45 = unimplemented plock */ diff --git a/sys/compat/svr4/svr4_sysent.c b/sys/compat/svr4/svr4_sysent.c index 4566d34be9c..51587691168 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.24 1998/03/06 22:02:11 niklas Exp $ */ +/* $OpenBSD: svr4_sysent.c,v 1.25 1999/06/07 07:18:37 deraadt Exp $ */ /* * System call switch table. * * DO NOT EDIT-- this file is automatically generated. - * created from OpenBSD: syscalls.master,v 1.23 1998/03/06 21:58:10 niklas Exp + * created from OpenBSD: syscalls.master,v 1.24 1999/06/07 07:17:48 deraadt Exp */ #include <sys/param.h> @@ -126,7 +126,7 @@ struct sysent svr4_sysent[] = { { 1, s(struct sys_dup_args), sys_dup }, /* 41 = dup */ { 0, 0, - sys_pipe }, /* 42 = pipe */ + sys_opipe }, /* 42 = opipe */ { 1, s(struct svr4_sys_times_args), svr4_sys_times }, /* 43 = times */ { 0, 0, |