summaryrefslogtreecommitdiffstats
path: root/usr.bin
diff options
context:
space:
mode:
authorjilles <jilles@FreeBSD.org>2012-02-26 23:06:30 +0000
committerjilles <jilles@FreeBSD.org>2012-02-26 23:06:30 +0000
commit838f85316ab5c9bf2e6b4ed97feedc5a16af9dda (patch)
treee7ac21755a22a0bc5bb1ce9a38c0663e4ed7775d /usr.bin
parent607716a6c6ad856854283d8cf9a3022bf916f686 (diff)
downloadFreeBSD-src-838f85316ab5c9bf2e6b4ed97feedc5a16af9dda.zip
FreeBSD-src-838f85316ab5c9bf2e6b4ed97feedc5a16af9dda.tar.gz
xargs: Remove an unclear comment that only tried to repeat what the code did
Reported by: bde
Diffstat (limited to 'usr.bin')
-rw-r--r--usr.bin/xargs/xargs.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/xargs/xargs.c b/usr.bin/xargs/xargs.c
index 7011810..d102ce6 100644
--- a/usr.bin/xargs/xargs.c
+++ b/usr.bin/xargs/xargs.c
@@ -604,10 +604,6 @@ waitchildren(const char *name, int waitall)
errno = childerr;
err(errno == ENOENT ? 127 : 126, "%s", name);
}
- /*
- * If utility signaled or exited with a value of 255,
- * exit 1-125.
- */
if (WIFSIGNALED(status))
errx(1, "%s: terminated with signal %d; aborting",
name, WTERMSIG(status));
OpenPOWER on IntegriCloud