From: Theodore Tso Date: Fri, 24 Mar 1995 23:06:57 +0000 (+0000) Subject: Don't include sys/socket.h and netdb.h, since they are included by X-Git-Tag: krb5-1.0-beta5~470 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=fa5ba58a48c41ee9a6fa36da97c5ca74bccaf741;p=krb5.git Don't include sys/socket.h and netdb.h, since they are included by k5-config.h git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5240 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/gssapi/generic/ChangeLog b/src/lib/gssapi/generic/ChangeLog index 252075a66..31618673c 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 1a82c96d3..409435f02 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 -#ifndef _WINSOCKAPI_ -#include -#include -#endif #include #include