From 45da0fdb6de5503cdedd631bddc3e53d026742c1 Mon Sep 17 00:00:00 2001 From: Tom Yu Date: Wed, 31 Jul 1996 20:57:30 +0000 Subject: [PATCH] * 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 --- src/lib/rpc/types.hin | 2 ++ 1 file changed, 2 insertions(+) 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 -- 2.26.2