From fa5ba58a48c41ee9a6fa36da97c5ca74bccaf741 Mon Sep 17 00:00:00 2001 From: Theodore Tso Date: Fri, 24 Mar 1995 23:06:57 +0000 Subject: [PATCH] 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 --- src/lib/gssapi/generic/ChangeLog | 5 +++++ src/lib/gssapi/generic/util_canonhost.c | 4 ---- 2 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.26.2