Remove unused VNULL define
This commit is contained in:
@@ -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 */
|
||||||
|
Reference in New Issue
Block a user