diff options
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socketcall.c | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.c b/sys/compat/linux/common/linux_socketcall.c index 31ece68323b..59d359df970 100644 --- a/sys/compat/linux/common/linux_socketcall.c +++ b/sys/compat/linux/common/linux_socketcall.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socketcall.c,v 1.35 2007/08/15 12:07:30 ad Exp $ */ +/* $NetBSD: linux_socketcall.c,v 1.36 2007/12/08 18:36:10 dsl Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -37,7 +37,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.35 2007/08/15 12:07:30 ad Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.36 2007/12/08 18:36:10 dsl Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -119,10 +119,7 @@ static const struct { * make and take appropriate action. */ int -linux_sys_socketcall(l, v, retval) - struct lwp *l; - void *v; - register_t *retval; +linux_sys_socketcall(struct lwp *l, void *v, register_t *retval) { struct linux_sys_socketcall_args /* { syscallarg(int) what; |
