* realmofhost.c: ditt
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@5656
dc483132-0cff-0310-8789-
dd5450dbe970
+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
#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
#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