pkill - Fix a problem identifying system threads.
authorAntonio Huete Jimenez <tuxillo@quantumachine.net>
Fri, 14 Nov 2014 21:51:52 +0000 (22:51 +0100)
committerAntonio Huete Jimenez <tuxillo@quantumachine.net>
Fri, 14 Nov 2014 21:51:52 +0000 (22:51 +0100)
commit9b5e119184b0b2ba480855a290f68fb390ccfbd1
tree5b780691c091aeb9dd54fcf82dde93a51dc0bc11
parenta0cfb174b498eaeba3c67dafbcbedbafe19fb2cf
pkill - Fix a problem identifying system threads.

- As of commit 65a0e3d68b951f39cc39be7808e11e9de908d9fc the test to
  check whether a process is a system one or not was replaced by a
  wrong one. Restore that behaviour so that they are excluded by pkill(1).
usr.bin/pkill/pkill.c