Bump WARNS to 6:
authorChris Pressey <cpressey@dragonflybsd.org>
Mon, 20 Dec 2004 20:09:23 +0000 (20:09 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Mon, 20 Dec 2004 20:09:23 +0000 (20:09 +0000)
commit184a71129c497b8de267db6c19ec0a6b39e3431c
tree7f320955134d68b220f6b8a742ae41cbc35000c0
parentfc04f0b4852e823c804def59baf3b3321aac191a
Bump WARNS to 6:
- Remove redundant nested extern declarations;
- Constify some char *'s, introducing new variables where existing
  variables were being used more than once for different purposes;
- Adjust the signedness of some integer variables to reflect their
  usage in comparisons;
- Use a struct timeval instead of a pair of integer variables to
  record the 'best' time.
usr.bin/pkill/Makefile
usr.bin/pkill/pkill.c