commit | c783cf78af04e898a20f69f28b885f7c0285020c | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Sat Apr 14 01:29:01 2018 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Sat Apr 14 01:29:01 2018 +0200 |
tree | 9c1252add819d20eabae246e724b103c23690143 | |
parent | 837913fc548fe752e3a1bc13af9b43f50d8f278a [diff] |
tart_stop_daemon: another fix to disabled OLDER_VERSION_OF_X code Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/debianutils/start_stop_daemon.c b/debianutils/start_stop_daemon.c index 9fa092d..43b6fca 100644 --- a/debianutils/start_stop_daemon.c +++ b/debianutils/start_stop_daemon.c
@@ -192,8 +192,7 @@ return 1; return 0; } -#endif - +#else static int pid_is_exec(pid_t pid) { ssize_t bytes; @@ -217,6 +216,7 @@ } return 0; } +#endif static int pid_is_name(pid_t pid) {