summaryrefslogtreecommitdiff
path: root/sys/compat/linux/common/linux_pipe.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/compat/linux/common/linux_pipe.c')
-rw-r--r--sys/compat/linux/common/linux_pipe.c9
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/compat/linux/common/linux_pipe.c b/sys/compat/linux/common/linux_pipe.c
index 42138fb68a0..94b3f88cbf4 100644
--- a/sys/compat/linux/common/linux_pipe.c
+++ b/sys/compat/linux/common/linux_pipe.c
@@ -1,4 +1,4 @@
-/* $NetBSD: linux_pipe.c,v 1.59 2007/10/19 18:52:11 njoly Exp $ */
+/* $NetBSD: linux_pipe.c,v 1.60 2007/12/08 18:36:09 dsl Exp $ */
/*-
* Copyright (c) 1995, 1998 The NetBSD Foundation, Inc.
@@ -37,7 +37,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: linux_pipe.c,v 1.59 2007/10/19 18:52:11 njoly Exp $");
+__KERNEL_RCSID(0, "$NetBSD: linux_pipe.c,v 1.60 2007/12/08 18:36:09 dsl Exp $");
#include <sys/param.h>
#include <sys/systm.h>
@@ -66,10 +66,7 @@ __KERNEL_RCSID(0, "$NetBSD: linux_pipe.c,v 1.59 2007/10/19 18:52:11 njoly Exp $"
* Linux directly passes the pointer.
*/
int
-linux_sys_pipe(l, v, retval)
- struct lwp *l;
- void *v;
- register_t *retval;
+linux_sys_pipe(struct lwp *l, void *v, register_t *retval)
{
struct linux_sys_pipe_args /* {
syscallarg(int *) pfds;