From 838f85316ab5c9bf2e6b4ed97feedc5a16af9dda Mon Sep 17 00:00:00 2001 From: jilles Date: Sun, 26 Feb 2012 23:06:30 +0000 Subject: xargs: Remove an unclear comment that only tried to repeat what the code did Reported by: bde --- usr.bin/xargs/xargs.c | 4 ---- 1 file changed, 4 deletions(-) (limited to 'usr.bin') 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)); -- cgit v1.1