summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKen Raeburn <raeburn@mit.edu>2004-07-16 21:55:12 +0000
committerKen Raeburn <raeburn@mit.edu>2004-07-16 21:55:12 +0000
commit560b5ba453c465836483ec5917a2816a90919754 (patch)
treed965410763cbf3ec9ac4ef7d5c6af1d614f65146
parentd854ba33a385e428ad8a2ec0bbb4c79a7afbdf58 (diff)
downloadkrb5-560b5ba453c465836483ec5917a2816a90919754.tar.gz
krb5-560b5ba453c465836483ec5917a2816a90919754.tar.xz
krb5-560b5ba453c465836483ec5917a2816a90919754.zip
* pty-int.h: Include port-sockets.h instead of netdb.h and netinet/in.h
ticket: 2379 status: open git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@16609 dc483132-0cff-0310-8789-dd5450dbe970
-rw-r--r--src/util/pty/ChangeLog5
-rw-r--r--src/util/pty/pty-int.h3
2 files changed, 6 insertions, 2 deletions
diff --git a/src/util/pty/ChangeLog b/src/util/pty/ChangeLog
index 1610b797b..d4c7ed3e4 100644
--- a/src/util/pty/ChangeLog
+++ b/src/util/pty/ChangeLog
@@ -1,3 +1,8 @@
+2004-07-16 Ken Raeburn <raeburn@mit.edu>
+
+ * pty-int.h: Include port-sockets.h instead of netdb.h and
+ netinet/in.h.
+
2004-06-16 Ken Raeburn <raeburn@mit.edu>
* Makefile.in (clean-mac): Target deleted.
diff --git a/src/util/pty/pty-int.h b/src/util/pty/pty-int.h
index f43f4b0b3..1fa20a1d0 100644
--- a/src/util/pty/pty-int.h
+++ b/src/util/pty/pty-int.h
@@ -45,7 +45,6 @@
#include <sys/time.h>
#include <ctype.h>
#include <fcntl.h>
-#include <netinet/in.h>
#include <errno.h>
#include <pwd.h>
@@ -80,7 +79,7 @@
#include <sgtty.h>
#endif
-#include <netdb.h>
+#include "port-sockets.h"
#include <string.h>
#include <sys/param.h>