* g_phost.c: removed references to sys/param.h and netdb.h
authorTom Yu <tlyu@mit.edu>
Sat, 29 Apr 1995 04:35:12 +0000 (04:35 +0000)
committerTom Yu <tlyu@mit.edu>
Sat, 29 Apr 1995 04:35:12 +0000 (04:35 +0000)
* realmofhost.c: ditt

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5656 dc483132-0cff-0310-8789-dd5450dbe970

src/lib/krb4/ChangeLog
src/lib/krb4/g_phost.c
src/lib/krb4/realmofhost.c

index 562428c7e28d84e90c67d0a38443e3fb3ae54e31..68ad0f14f5971aed30e0b5cfdbe6083ed573ae11 100644 (file)
@@ -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
index 2e3d0402e3c5fd1d60631fca268087e383df05c3..c740a495339adf1c76a82991b9aabddb5d22c97c 100644 (file)
@@ -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
index 2114b516a1e9c7222a4098bfd00d0783b18b3618..3841e6a94b2726b6dfc98e1ff218261f3263a447 100644 (file)
@@ -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