Don't include sys/socket.h and netdb.h, since they are included by
authorTheodore Tso <tytso@mit.edu>
Fri, 24 Mar 1995 23:06:57 +0000 (23:06 +0000)
committerTheodore Tso <tytso@mit.edu>
Fri, 24 Mar 1995 23:06:57 +0000 (23:06 +0000)
k5-config.h

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5240 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/gssapi/generic/ChangeLog
src/lib/gssapi/generic/util_canonhost.c

index 252075a66150aaf1e3313e01ec0fc9ec33797114..31618673c0f07ce696c4e80508664f90eee0a70b 100644 (file)
@@ -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
index 1a82c96d316364ca10d8a2853ce73b2abbdfa874..409435f029f131e9cc30ba9b3a90fb1e79375a68 100644 (file)
 #include "gssapiP_generic.h"
 
 #include <sys/types.h>
-#ifndef _WINSOCKAPI_
-#include <sys/socket.h>
-#include <netdb.h>
-#endif
 #include <ctype.h>
 #include <string.h>