From: Tom Yu Date: Wed, 31 Jul 1996 20:57:30 +0000 (+0000) Subject: * types.hin: Remove #include because it appears the only X-Git-Tag: krb5-1.0-beta7~205 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=45da0fdb6de5503cdedd631bddc3e53d026742c1;p=krb5.git * types.hin: Remove #include because it appears the only reason for doing so was to get struct rpcent, and we're getting that via . git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8877 dc483132-0cff-0310-8789-dd5450dbe970 --- diff --git a/src/lib/rpc/types.hin b/src/lib/rpc/types.hin index e95904198..9bd357d70 100644 --- a/src/lib/rpc/types.hin +++ b/src/lib/rpc/types.hin @@ -76,10 +76,12 @@ typedef unsigned long rpc_u_int32; #include #include #include +#if 0 #include /* XXX This should not have to be here. * I got sick of seeing the warnings for MAXHOSTNAMELEN * and the two values were different. -- shanzer */ +#endif #ifndef INADDR_LOOPBACK #define INADDR_LOOPBACK (rpc_u_int32)0x7F000001