summaryrefslogtreecommitdiff
path: root/sys/compat/freebsd/freebsd_syscallargs.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1999-06-07 07:18:38 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1999-06-07 07:18:38 +0000
commit184f5b3edd634fae3b8558b4669ced57cb900d02 (patch)
tree227f7061b9d18ed5b086dadd96ba7d260f369a7f /sys/compat/freebsd/freebsd_syscallargs.h
parent4e96377228ca04c54bdc4aec8116d85f74e15834 (diff)
sync
Diffstat (limited to 'sys/compat/freebsd/freebsd_syscallargs.h')
-rw-r--r--sys/compat/freebsd/freebsd_syscallargs.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/freebsd/freebsd_syscallargs.h b/sys/compat/freebsd/freebsd_syscallargs.h
index cedd3298328..8e3d5f66338 100644
--- a/sys/compat/freebsd/freebsd_syscallargs.h
+++ b/sys/compat/freebsd/freebsd_syscallargs.h
@@ -1,10 +1,10 @@
-/* $OpenBSD: freebsd_syscallargs.h,v 1.11 1999/05/31 18:18:09 millert Exp $ */
+/* $OpenBSD: freebsd_syscallargs.h,v 1.12 1999/06/07 07:18:34 deraadt Exp $ */
/*
* System call argument lists.
*
* DO NOT EDIT-- this file is automatically generated.
- * created from OpenBSD: syscalls.master,v 1.10 1999/05/31 17:34:45 millert Exp
+ * created from OpenBSD: syscalls.master,v 1.11 1999/06/07 07:17:46 deraadt Exp
*/
#define syscallarg(x) union { x datum; register_t pad; }
@@ -261,7 +261,7 @@ int compat_43_freebsd_sys_stat __P((struct proc *, void *, register_t *));
int sys_getppid __P((struct proc *, void *, register_t *));
int compat_43_freebsd_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_getegid __P((struct proc *, void *, register_t *));
int sys_profil __P((struct proc *, void *, register_t *));
#ifdef KTRACE