From 0f2b6521146c96e83387ce854425d21a4f5979fc Mon Sep 17 00:00:00 2001 From: Guillem Jover Date: Wed, 2 Jan 2008 06:52:46 +0200 Subject: s-s-d: Remove redundant function declarations --- utils/start-stop-daemon.c | 5 ----- 1 file changed, 5 deletions(-) (limited to 'utils') diff --git a/utils/start-stop-daemon.c b/utils/start-stop-daemon.c index e4bbc4145..b5cf162fe 100644 --- a/utils/start-stop-daemon.c +++ b/utils/start-stop-daemon.c @@ -176,15 +176,10 @@ static int pid_is_exec(pid_t pid, const struct stat *esb); #endif -#ifdef __GNUC__ static void fatal(const char *format, ...) NONRETURNING PRINTFFORMAT(1, 2); static void badusage(const char *msg) NONRETURNING; -#else -static void fatal(const char *format, ...); -static void badusage(const char *msg); -#endif /* This next part serves only to construct the TVCALC macro, which * is used for doing arithmetic on struct timeval's. It works like this: -- cgit v1.2.3