]> git.ipfire.org Git - thirdparty/mtr.git/commit
Replace perror(...); exit(...); by error(...); 276/head
authorTobias Rittweiler <trittweiler@gmail.com>
Wed, 14 Nov 2018 12:46:08 +0000 (13:46 +0100)
committerTobias Rittweiler <trittweiler@gmail.com>
Wed, 14 Nov 2018 12:46:08 +0000 (13:46 +0100)
commit817f171deaeddebfbcdcdd0b27969fd27c665f58
treebdee591d92ec346135a861685c043a794b16a77f
parente2ea7911ba563171afc3768b23fbbc1f53f367d8
Replace perror(...); exit(...); by error(...);

Rationale is that error(...) will prefix the error message with the
program name which is useful information now that mtr is split into
two executables (mtr and mtr-packet.)
packet/command_unix.c
packet/packet.c
packet/probe.c
packet/probe_unix.c
packet/wait_unix.c