summaryrefslogtreecommitdiff
path: root/net/dpinger/files/patch-dpinger.c
blob: e6761ae4a8ef3d5bc803f15e203f4e1017d6e0f9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
--- dpinger.c.orig	2016-02-28 05:29:33 UTC
+++ dpinger.c
@@ -1018,7 +1018,7 @@ parse_args(
 
         default:
             usage();
-            fatal(NULL);
+            exit(EXIT_FAILURE);
         }
     }
 
@@ -1026,7 +1026,7 @@ parse_args(
     if (argc != optind + 1)
     {
         usage();
-        fatal(NULL);
+        exit(EXIT_FAILURE);
     }
     dest_arg = argv[optind];