projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
229af3e
)
use sys/select.h under _AIX too
author
Mark Eichin
<eichin@mit.edu>
Mon, 13 Jun 1994 06:32:24 +0000
(06:32 +0000)
committer
Mark Eichin
<eichin@mit.edu>
Mon, 13 Jun 1994 06:32:24 +0000
(06:32 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@3760
dc483132
-0cff-0310-8789-
dd5450dbe970
src/kdc/network.c
patch
|
blob
|
history
diff --git
a/src/kdc/network.c
b/src/kdc/network.c
index 68f387931c16934bf29676f1d4c8769bf181fce6..bb05d3d05d5ab6133e8e70bccdf0ebd553630369 100644
(file)
--- a/
src/kdc/network.c
+++ b/
src/kdc/network.c
@@
-45,7
+45,7
@@
static char rcsid_network_c[] =
#include <netinet/in.h>
#include <sys/socket.h>
#include <sys/time.h>
-#if
def AIXArchitecture
+#if
defined(_AIX) || defined(AIXArchitecture)
#include <sys/select.h>
#endif
#include <arpa/inet.h>