summaryrefslogtreecommitdiff
path: root/sys/compat/ultrix/ultrix_syscallargs.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/ultrix/ultrix_syscallargs.h')
-rw-r--r--sys/compat/ultrix/ultrix_syscallargs.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/sys/compat/ultrix/ultrix_syscallargs.h b/sys/compat/ultrix/ultrix_syscallargs.h
index 4e11eed4a8a..4e1c942961e 100644
--- a/sys/compat/ultrix/ultrix_syscallargs.h
+++ b/sys/compat/ultrix/ultrix_syscallargs.h
@@ -1,8 +1,10 @@
+/* $OpenBSD: ultrix_syscallargs.h,v 1.7 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.6 1997/01/26 23:52:04 downsj Exp
+ * created from OpenBSD: syscalls.master,v 1.7 1999/06/07 07:17:48 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -205,7 +207,7 @@ int sys_kill __P((struct proc *, void *, register_t *));
int ultrix_sys_stat __P((struct proc *, void *, register_t *));
int ultrix_sys_lstat __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 sys_profil __P((struct proc *, void *, register_t *));
int sys_getgid __P((struct proc *, void *, register_t *));
int sys_acct __P((struct proc *, void *, register_t *));