There's no need to conditionalize the #include <unistd.h>, we require
a POSIX system.
This commit is contained in:
@@ -27,9 +27,7 @@
|
||||
#ifdef HAVE_STRINGS_H
|
||||
# include <strings.h>
|
||||
#endif /* HAVE_STRINGS_H */
|
||||
#ifdef HAVE_UNISTD_H
|
||||
# include <unistd.h>
|
||||
#endif /* HAVE_UNISTD_H */
|
||||
#include <unistd.h>
|
||||
#include <ctype.h>
|
||||
|
||||
#include "sudo_compat.h"
|
||||
|
Reference in New Issue
Block a user