Attach the stdin of xargs' child process to /dev/null so that if it
commit162855bbb28f3d128390cca0e1698adedc56ee55
authorjay <jay>
Sat, 3 Jan 2004 22:54:27 +0000 (3 22:54 +0000)
committerjay <jay>
Sat, 3 Jan 2004 22:54:27 +0000 (3 22:54 +0000)
tree6cf4b4caa34a48a1cfadcc60e7e56c4fefa67fb3
parentfad67fe494d659c204a611e9b4c455e28922f9f8
Attach the stdin of xargs' child process to /dev/null so that if it
tries to read from its stdin it doesn't consume any of the list of
files that xargs is trying to use.
xargs/xargs.c