pkill has to get all the getopt, getpwuid, libkvm stuff out of the way
authorderaadt <deraadt@openbsd.org>
Sat, 10 Oct 2015 14:25:42 +0000 (14:25 +0000)
committerderaadt <deraadt@openbsd.org>
Sat, 10 Oct 2015 14:25:42 +0000 (14:25 +0000)
commit814f35ab741acc8ab5e40add5e2d96ca6fcc3bc2
treeaf929f26ee49ffa11b63dbd5ccfb81258add324c
parentd310ad95fe6a0db91654b092b40c1c5490b3a82c
pkill has to get all the getopt, getpwuid, libkvm stuff out of the way
first.  it can pledge to "stdio" (pgrep case) or "stdio proc" (pkill case)
before parsing and matching the expression.
ok doug
usr.bin/pkill/pkill.c