diff options
author | Guillem Jover <guillem@debian.org> | 2008-01-02 06:52:46 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2008-01-02 06:52:46 +0200 |
commit | 0f2b6521146c96e83387ce854425d21a4f5979fc (patch) | |
tree | 1501545a1461b6b9847a7257295a0683d72c041c /utils | |
parent | 9bcc24992c7f61ba5ad230f9214554d90dde574f (diff) | |
download | dpkg-0f2b6521146c96e83387ce854425d21a4f5979fc.tar.gz |
s-s-d: Remove redundant function declarations
Diffstat (limited to 'utils')
-rw-r--r-- | utils/start-stop-daemon.c | 5 |
1 files changed, 0 insertions, 5 deletions
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: |