summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/krb4/ChangeLog5
-rw-r--r--src/lib/krb4/g_phost.c2
-rw-r--r--src/lib/krb4/realmofhost.c2
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 <tytso@dcl>
* 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 <stdio.h>
#include <ctype.h>
#include <string.h>
-#include <netdb.h> /* For struct hostent, gethostbyname, etc */
-#include <sys/param.h> /* 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 <string.h>
#include <stdio.h>
#include <ctype.h>
-#include <netdb.h> /* For struct hostent, gethostbyname, etc */
-#include <sys/param.h> /* For MAXHOSTNAMELEN */
#ifdef POSIX
#include <stdlib.h>
#else