There's no need to conditionalize the #include <unistd.h>, we require

a POSIX system.
This commit is contained in:
Todd C. Miller
2015-07-02 09:08:28 -06:00
parent 540b09b32c
commit 0b241088b3
84 changed files with 181 additions and 349 deletions

View File

@@ -30,9 +30,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 <errno.h>
#include <limits.h>
#include <pwd.h>