]> granicus.if.org Git - sudo/commitdiff
No longer need to include stddef.h
authorTodd C. Miller <Todd.Miller@sudo.ws>
Sat, 10 Feb 2018 20:37:59 +0000 (13:37 -0700)
committerTodd C. Miller <Todd.Miller@sudo.ws>
Sat, 10 Feb 2018 20:37:59 +0000 (13:37 -0700)
plugins/sudoers/ldap.c
plugins/sudoers/ldap_common.c

index 011de2d4c17ead12ed40c53d0fea921f60b68ebb..87f26ce27e890ef1df8205b31995249152e3f993 100644 (file)
@@ -23,7 +23,6 @@
 #include <sys/stat.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <stddef.h>
 #ifdef HAVE_STRING_H
 # include <string.h>
 #endif /* HAVE_STRING_H */
index 71793e96c5cc31b5573c62b91bbe3fabfa35441b..2fdebcb435da14417624a3dd81ef78be69b2a989 100644 (file)
@@ -21,7 +21,6 @@
 #include <sys/types.h>
 #include <stdio.h>
 #include <stdlib.h>
-#include <stddef.h>
 #ifdef HAVE_STRING_H
 # include <string.h>
 #endif /* HAVE_STRING_H */