summaryrefslogtreecommitdiffstats
path: root/bin/pkill
diff options
context:
space:
mode:
Diffstat (limited to 'bin/pkill')
-rw-r--r--bin/pkill/pkill.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/pkill/pkill.c b/bin/pkill/pkill.c
index 9105c8c..153c90f 100644
--- a/bin/pkill/pkill.c
+++ b/bin/pkill/pkill.c
@@ -180,7 +180,8 @@ main(int argc, char **argv)
debug_opt = 0;
pidfile = NULL;
pidfilelock = 0;
- execf = coref = _PATH_DEVNULL;
+ execf = NULL;
+ coref = _PATH_DEVNULL;
while ((ch = getopt(argc, argv, "DF:G:ILM:N:P:SU:ad:fg:ij:lnos:t:u:vx")) != -1)
switch (ch) {
OpenPOWER on IntegriCloud