CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/10/10 09:52:30
Modified files:
usr.bin/xargs : xargs.c
Log message:
pledge "stdio rpath proc exec". proc & exec because obviously it
spawns subprocesses. rpath is only needed for the -o (open /dev/tty)
or no -o (open /dev/null) choice.
ok beck
