xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary
authorDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Jun 2010 19:44:01 +0000 (21:44 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Sat, 19 Jun 2010 19:44:01 +0000 (21:44 +0200)
commit4a96617095f40e3cfcf148a8a7d5d83f71079aa1
tree15f72e679e30da4d36c75c18795da848bd960207
parente15a6c82dff9f85cfb2ee5ff32b00cbd722c7d92
xargs: bump default -sNUM up to 32k. Use sysconf() to trim it down if necessary

function                                             old     new   delta
xargs_main                                           819     830     +11

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
findutils/xargs.c