Eliminate warning.
commit083780d5b53779703e01694bae46ac6583047616
authorRoland C. Dowdeswell <elric@imrryr.org>
Wed, 15 Feb 2012 13:08:33 +0000 (15 13:08 +0000)
committerRoland C. Dowdeswell <elric@imrryr.org>
Wed, 15 Feb 2012 13:08:33 +0000 (15 13:08 +0000)
treec5c8eb4847e2c68e5148def3e273eb5ef638d3ad
parentdb484e73a2478e026b855f7e33f464b19778eff4
Eliminate warning.

On NetBSD, cgetent has a prototype of ``const char *const *'' for
argument two.  Many other OSes have ``char **''.  It seems that
gcc will generate a warning if you pass a char ** to it.  Casting
the value to void avoids this warning.
appl/login/conf.c