summaryrefslogtreecommitdiff
path: root/sys/compat/svr4/svr4_syscall.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/svr4/svr4_syscall.h')
-rw-r--r--sys/compat/svr4/svr4_syscall.h8
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