Bump WARNS to 6:
authorChris Pressey <cpressey@dragonflybsd.org>
Sun, 19 Dec 2004 21:10:48 +0000 (21:10 +0000)
committerChris Pressey <cpressey@dragonflybsd.org>
Sun, 19 Dec 2004 21:10:48 +0000 (21:10 +0000)
commit61f005f45b9d4f12991aee8e9c39c38c691e8469
treea7b29942a77eaa627e156653c0e54fcd79c6d1f6
parented0538002ca0c56702ebafe4c942009bdef6a459
Bump WARNS to 6:
- Un-nest 'extern' declaration.
- Constify some char *'s and char **'s.  In the process:
--- Split a variable which was re-used, and give the new variable a
    more descriptive name (entered_pass.)
--- Use __DECONST() to convert from const char ** to char * const *
    without raising a warning.

__DECONST()-ickiness-OK'ed-by: joerg
usr.bin/su/Makefile
usr.bin/su/su.c