From 249ef1f9fc6ef54f2a375136736ecee001c8e504 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Sat, 29 Apr 1995 04:35:12 +0000 Subject: [PATCH] * 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 --- src/lib/krb4/ChangeLog | 5 +++++ src/lib/krb4/g_phost.c | 2 -- src/lib/krb4/realmofhost.c | 2 -- 3 files changed, 5 insertions(+), 4 deletions(-) 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 -- 2.26.2