* types.hin: Remove #include <netdb.h> because it appears the only
authorTom Yu <tlyu@mit.edu>
Wed, 31 Jul 1996 20:57:30 +0000 (20:57 +0000)
committerTom Yu <tlyu@mit.edu>
Wed, 31 Jul 1996 20:57:30 +0000 (20:57 +0000)
reason for doing so was to get struct rpcent, and we're
getting that via <rpc/netdb.h>.

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

src/lib/rpc/types.hin

index e9590419842c4203cf8d3930bbbe171e64682925..9bd357d701d5c34023d935f2d75fac240251a255 100644 (file)
@@ -76,10 +76,12 @@ typedef unsigned long rpc_u_int32;
 #include <sys/time.h>
 #include <netinet/in.h>
 #include <sys/param.h>
+#if 0
 #include <netdb.h> /* 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