From: Tom Yu Date: Sat, 29 Apr 1995 04:35:12 +0000 (+0000) Subject: * g_phost.c: removed references to sys/param.h and netdb.h X-Git-Tag: krb5-1.0-beta5~97 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=249ef1f9fc6ef54f2a375136736ecee001c8e504;p=krb5.git * g_phost.c: removed references to sys/param.h and netdb.h * realmofhost.c: ditt git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5656 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/krb4/ChangeLog b/src/lib/krb4/ChangeLog index 562428c7e..68ad0f14f 100644 --- a/src/lib/krb4/ChangeLog +++ b/src/lib/krb4/ChangeLog @@ -1,3 +1,8 @@ +Sat Apr 29 00:33:47 1995 Tom Yu (tlyu@dragons-lair) + + * g_phost.c: removed references to sys/param.h and netdb.h + * realmofhost.c: ditto + Fri Apr 28 13:03:23 1995 Theodore Y. Ts'o * tf_util.c, configure.in: Added check for POSIX_FILE_LOCK to diff --git a/src/lib/krb4/g_phost.c b/src/lib/krb4/g_phost.c index 2e3d0402e..c740a4953 100644 --- a/src/lib/krb4/g_phost.c +++ b/src/lib/krb4/g_phost.c @@ -14,8 +14,6 @@ #include #include #include -#include /* For struct hostent, gethostbyname, etc */ -#include /* For MAXHOSTNAMELEN */ /* * This routine takes an alias for a host name and returns the first diff --git a/src/lib/krb4/realmofhost.c b/src/lib/krb4/realmofhost.c index 2114b516a..3841e6a94 100644 --- a/src/lib/krb4/realmofhost.c +++ b/src/lib/krb4/realmofhost.c @@ -13,8 +13,6 @@ #include #include #include -#include /* For struct hostent, gethostbyname, etc */ -#include /* For MAXHOSTNAMELEN */ #ifdef POSIX #include #else