+2008-01-02 Guillem Jover <guillem@debian.org>
+
+ * utils/start-stop-daemon.c [!__GNUC__] (fatal, badusage): Remove
+ redundant function declarations.
+
2008-01-02 Guillem Jover <guillem@debian.org>
* src/main.h (struct stat): New forward declaration.
#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: