diff options
Diffstat (limited to 'openbsd-compat/port-aix.h')
-rw-r--r-- | openbsd-compat/port-aix.h | 14 |
1 files changed, 1 insertions, 13 deletions
diff --git a/openbsd-compat/port-aix.h b/openbsd-compat/port-aix.h index 37b2c12b0..5a04bedad 100644 --- a/openbsd-compat/port-aix.h +++ b/openbsd-compat/port-aix.h | |||
@@ -1,4 +1,4 @@ | |||
1 | /* $Id: port-aix.h,v 1.26 2005/05/28 10:28:40 dtucker Exp $ */ | 1 | /* $Id: port-aix.h,v 1.27 2006/09/18 13:54:33 dtucker Exp $ */ |
2 | 2 | ||
3 | /* | 3 | /* |
4 | * | 4 | * |
@@ -31,18 +31,6 @@ | |||
31 | #ifdef HAVE_SYS_SOCKET_H | 31 | #ifdef HAVE_SYS_SOCKET_H |
32 | # include <sys/socket.h> | 32 | # include <sys/socket.h> |
33 | #endif | 33 | #endif |
34 | #ifdef HAVE_UNISTD_H | ||
35 | # include <unistd.h> /* for seteuid() */ | ||
36 | #endif | ||
37 | |||
38 | #ifdef WITH_AIXAUTHENTICATE | ||
39 | # include <login.h> | ||
40 | # include <userpw.h> | ||
41 | # if defined(HAVE_SYS_AUDIT_H) && defined(AIX_LOGINFAILED_4ARG) | ||
42 | # include <sys/audit.h> | ||
43 | # endif | ||
44 | # include <usersec.h> | ||
45 | #endif | ||
46 | 34 | ||
47 | #include "buffer.h" | 35 | #include "buffer.h" |
48 | 36 | ||