diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 07:18:38 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 1999-06-07 07:18:38 +0000 |
commit | 184f5b3edd634fae3b8558b4669ced57cb900d02 (patch) | |
tree | 227f7061b9d18ed5b086dadd96ba7d260f369a7f /sys/compat/svr4/svr4_syscall.h | |
parent | 4e96377228ca04c54bdc4aec8116d85f74e15834 (diff) |
sync
Diffstat (limited to 'sys/compat/svr4/svr4_syscall.h')
-rw-r--r-- | sys/compat/svr4/svr4_syscall.h | 8 |
1 files changed, 4 insertions, 4 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 |