]> err.no Git - dpkg/commitdiff
s-s-d: Remove redundant function declarations
authorGuillem Jover <guillem@debian.org>
Wed, 2 Jan 2008 04:52:46 +0000 (06:52 +0200)
committerGuillem Jover <guillem@debian.org>
Wed, 2 Jan 2008 04:52:46 +0000 (06:52 +0200)
ChangeLog
utils/start-stop-daemon.c

index 294274ad7b6c51b3633b9a9bdc81b71a9073a0aa..883e436824bc10ba80540315514dc7800871c524 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+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.
index e4bbc4145c0b57a1a88888e30e8976390ba88c89..b5cf162febe121af6d905f69e59ecf79335391bb 100644 (file)
@@ -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: