Forgot the OK tedu@ deraadt@ - todd
On Sun, 23 Mar 2014 06:44:00 -0600, "Todd C. Miller" wrote: > CVSROOT: /cvs > Module name: src > Changes by: mill...@cvs.openbsd.org 2014/03/23 06:44:00 > > Modified files: > bin/kill : kill.c > > Log message: > kill(1) doesn't use getopt() due to its non-standard option processing. > However, POSIX (really XSI) says it should honor "--" to disambiguate > between -signum and -pgid. This adds simple "--" handling such that > "kill -- -pgid" is accepted.