diff options
| author | christos <christos@NetBSD.org> | 2006-11-16 01:32:37 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2006-11-16 01:32:37 +0000 |
| commit | 168cd830d22e1f4a4c2bde1105f9f94d40fb870d (patch) | |
| tree | f82ce44db748b3513a12da35feca2a8d352de90f /sys/compat/linux/common/linux_socket.c | |
| parent | c72ed40f2540010a7b00337d0da9266cc2092eb6 (diff) | |
__unused removal on arguments; approved by core.
Diffstat (limited to 'sys/compat/linux/common/linux_socket.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socket.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_socket.c b/sys/compat/linux/common/linux_socket.c index a9b8ffa7c0f..1bdbadf4292 100644 --- a/sys/compat/linux/common/linux_socket.c +++ b/sys/compat/linux/common/linux_socket.c @@ -1,4 +1,4 @@ -/* $NetBSD: linux_socket.c,v 1.67 2006/10/12 01:30:48 christos Exp $ */ +/* $NetBSD: linux_socket.c,v 1.68 2006/11/16 01:32:42 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -42,7 +42,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.67 2006/10/12 01:30:48 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_socket.c,v 1.68 2006/11/16 01:32:42 christos Exp $"); #if defined(_KERNEL_OPT) #include "opt_inet.h" @@ -1081,7 +1081,7 @@ linux_sys_getsockopt(l, v, retval) #define IF_NAME_LEN 16 int -linux_getifhwaddr(struct lwp *l, register_t *retval __unused, u_int fd, +linux_getifhwaddr(struct lwp *l, register_t *retval, u_int fd, void *data) { /* Not the full structure, just enough to map what we do here */ |
