- pstat(8) does not accept any arguments other than getopt() args,
authordelphij <delphij@FreeBSD.org>
Mon, 26 Dec 2016 17:34:27 +0000 (17:34 +0000)
committerdelphij <delphij@FreeBSD.org>
Mon, 26 Dec 2016 17:34:27 +0000 (17:34 +0000)
commit1a03bcfc9e8a3abd115fa6464a2beae90c11fbe7
tree982d83de736e0bc374d3c70ef6aebf7164f4f249
parent87536b32ca93090fe8c9cc7ab0c69c828f0a2433
 - pstat(8) does not accept any arguments other than getopt() args,
   so don't bother to adjust argc/argv after getopt() loop.
 - Make a string pointer constant.

MFC after: 2 weeks
usr.sbin/pstat/pstat.c