diff options
Diffstat (limited to 'sys/contrib/ngatm/netnatm/sig/sig_uni.c')
-rw-r--r-- | sys/contrib/ngatm/netnatm/sig/sig_uni.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/contrib/ngatm/netnatm/sig/sig_uni.c b/sys/contrib/ngatm/netnatm/sig/sig_uni.c index 78db20ef08fe8..ea2f70b67fa52 100644 --- a/sys/contrib/ngatm/netnatm/sig/sig_uni.c +++ b/sys/contrib/ngatm/netnatm/sig/sig_uni.c @@ -26,7 +26,7 @@ * * Author: Hartmut Brandt <harti@freebsd.org> * - * $Begemot: libunimsg/netnatm/sig/sig_uni.c,v 1.10 2004/07/08 08:22:23 brandt Exp $ + * $Begemot: libunimsg/netnatm/sig/sig_uni.c,v 1.11 2004/08/05 07:11:03 brandt Exp $ * * Instance handling */ @@ -45,7 +45,7 @@ UNICORE #endif -#define STR(S) [S] #S +#define STR(S) [S] = #S static const char *custat_names[] = { STR(CU_STAT0), STR(CU_STAT1), |