diff options
| author | christos <christos@NetBSD.org> | 2012-06-21 17:55:15 +0000 |
|---|---|---|
| committer | christos <christos@NetBSD.org> | 2012-06-21 17:55:15 +0000 |
| commit | 360b9b2bd2de76f685c2628249536030da70d069 (patch) | |
| tree | 66d13f7fd1a1f262ae28663c45a6d5883fd9bfe7 /sys/compat/linux/common/linux_socketcall.c | |
| parent | ca33f127ab1b29d455c9803e16c1c40a53a915c0 (diff) | |
fix token pasting.
Diffstat (limited to 'sys/compat/linux/common/linux_socketcall.c')
| -rw-r--r-- | sys/compat/linux/common/linux_socketcall.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/compat/linux/common/linux_socketcall.c b/sys/compat/linux/common/linux_socketcall.c index b78e484ebc9..42ffb53f685 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.40 2012/06/20 15:03:18 christos Exp $ */ +/* $NetBSD: linux_socketcall.c,v 1.41 2012/06/21 17:55:15 christos Exp $ */ /*- * Copyright (c) 1995, 1998 The NetBSD Foundation, Inc. @@ -30,7 +30,7 @@ */ #include <sys/cdefs.h> -__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.40 2012/06/20 15:03:18 christos Exp $"); +__KERNEL_RCSID(0, "$NetBSD: linux_socketcall.c,v 1.41 2012/06/21 17:55:15 christos Exp $"); #include <sys/param.h> #include <sys/kernel.h> @@ -89,7 +89,7 @@ static const struct { const char *name; int argsize; } linux_socketcall[LINUX_MAX_SOCKETCALL+1] = { -#define L(a) "linux/" ## a +#define L(a) "linux/" a {L("invalid"), -1}, /* 0 */ {L("socket"), sizeof(struct linux_sys_socket_args)}, /* 1 */ {L("bind"), sizeof(struct linux_sys_bind_args)}, /* 2 */ |
