summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/lib/gssapi/generic/ChangeLog5
-rw-r--r--src/lib/gssapi/generic/util_canonhost.c4
2 files changed, 5 insertions, 4 deletions
diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog
index 252075a661..31618673c0 100644
--- a/src/lib/gssapi/generic/ChangeLog
+++ b/src/lib/gssapi/generic/ChangeLog
@@ -1,3 +1,8 @@
+Fri Mar 24 18:02:15 1995 Theodore Y. Ts'o (tytso@rt-11)
+
+ * util_canonhost.c: Don't include sys/socket.h and netdb.h, since
+ they are included by k5-config.h
+
Tue Mar 21 19:09:34 1995 Keith Vetter (keithv@fusion.com)
* Makefile.in: changed the name of the library the PC
diff --git a/src/lib/gssapi/generic/util_canonhost.c b/src/lib/gssapi/generic/util_canonhost.c
index 1a82c96d31..409435f029 100644
--- a/src/lib/gssapi/generic/util_canonhost.c
+++ b/src/lib/gssapi/generic/util_canonhost.c
@@ -25,10 +25,6 @@
#include "gssapiP_generic.h"
#include <sys/types.h>
-#ifndef _WINSOCKAPI_
-#include <sys/socket.h>
-#include <netdb.h>
-#endif
#include <ctype.h>
#include <string.h>