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