From 3daf8df6ee835b9edcc068af33ae97910bb8d934 Mon Sep 17 00:00:00 2001 From: Paul Smith Date: Fri, 8 Apr 2005 12:51:20 +0000 Subject: Fix some Savannah bugs. Updates to docs (still need more work here) and NEWS file. New language. --- signame.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'signame.c') diff --git a/signame.c b/signame.c index a6c2a38..3091032 100644 --- a/signame.c +++ b/signame.c @@ -234,7 +234,7 @@ strsignal (int signal) { static char buf[] = "Signal 12345678901234567890"; -#if !defined(HAVE_DECL_SYS_SIGLIST) +#if ! HAVE_DECL_SYS_SIGLIST static char sig_initted = 0; if (!sig_initted) -- cgit v1.2.3