2
0
mirror of https://github.com/sudo-project/sudo.git synced 2025-08-31 06:15:37 +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

2
env.c
View File

@@ -88,7 +88,7 @@ __unused static const char rcsid[] = "$Sudo$";
#define KEPT_MAX 0xff00
#undef VNULL
#define VNULL (VOID *)NULL
#define VNULL (void *)NULL
struct environment {
char **envp; /* pointer to the new environment */