From 73409c9fe14646d26893c7b6173cb973fb819372 Mon Sep 17 00:00:00 2001 From: Mukund Sivaraman Date: Sun, 20 Sep 2009 14:03:56 +0530 Subject: build: Remove use of the obsolete AC_TYPE_SIGNAL macro C89 compilers use void return type for signal handler functions. --- src/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/main.c b/src/main.c index c5d080f..8f2c185 100644 --- a/src/main.c +++ b/src/main.c @@ -51,7 +51,7 @@ unsigned int processed_config_file = FALSE; /* boolean */ /* * Handle a signal */ -static RETSIGTYPE +static void takesig (int sig) { pid_t pid; -- cgit v1.2.3