2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 14:25:15 +00:00

Remove support for compilers that don't support void *

This commit is contained in:
Todd C. Miller
2007-08-31 23:30:07 +00:00
parent 6b3157d803
commit 19fa259480
31 changed files with 194 additions and 162 deletions

View File

@@ -197,7 +197,7 @@ sudoers_lookup(pwflag)
*/
void
display_privs(v, pw)
VOID *v;
void *v;
struct passwd *pw;
{
struct lbuf lbuf;
@@ -417,7 +417,7 @@ display_bound_defaults(dtype)
*/
int
display_cmnd(v, pw)
VOID *v;
void *v;
struct passwd *pw;
{
struct cmndspec *cs;