summaryrefslogtreecommitdiffstats
path: root/src/lib/krb4/realmofhost.c
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1995-04-29 04:35:12 +0000
committerTom Yu <tlyu@mit.edu>1995-04-29 04:35:12 +0000
commit249ef1f9fc6ef54f2a375136736ecee001c8e504 (patch)
tree0b26993bd29254b9eba8e09f82eeae294c85d1ad /src/lib/krb4/realmofhost.c
parent80a143329e76591deee1fde3cb4adb3ef9b39c99 (diff)
downloadkrb5-249ef1f9fc6ef54f2a375136736ecee001c8e504.tar.gz
krb5-249ef1f9fc6ef54f2a375136736ecee001c8e504.tar.xz
krb5-249ef1f9fc6ef54f2a375136736ecee001c8e504.zip
* 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
Diffstat (limited to 'src/lib/krb4/realmofhost.c')
-rw-r--r--src/lib/krb4/realmofhost.c2
1 files changed, 0 insertions, 2 deletions
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