Remove unused VNULL define

This commit is contained in:
Todd C. Miller
2010-06-08 09:44:19 -04:00
parent 3aad381186
commit 26b5014238

View File

@@ -89,9 +89,6 @@
#undef KEPT_MAX #undef KEPT_MAX
#define KEPT_MAX 0xff00 #define KEPT_MAX 0xff00
#undef VNULL
#define VNULL (void *)NULL
struct environment { struct environment {
char **envp; /* pointer to the new environment */ char **envp; /* pointer to the new environment */
size_t env_size; /* size of new_environ in char **'s */ size_t env_size; /* size of new_environ in char **'s */