diff options
| author | Tom Yu <tlyu@mit.edu> | 1996-07-31 20:57:30 +0000 |
|---|---|---|
| committer | Tom Yu <tlyu@mit.edu> | 1996-07-31 20:57:30 +0000 |
| commit | 45da0fdb6de5503cdedd631bddc3e53d026742c1 (patch) | |
| tree | fd5eb71faca96648565c653061d55f6ef697c072 /src/lib/rpc | |
| parent | 58497266fd6629df4cd8c49acd7e2a4e42832d16 (diff) | |
| download | krb5-45da0fdb6de5503cdedd631bddc3e53d026742c1.tar.gz krb5-45da0fdb6de5503cdedd631bddc3e53d026742c1.tar.xz krb5-45da0fdb6de5503cdedd631bddc3e53d026742c1.zip | |
* types.hin: Remove #include <netdb.h> because it appears the only
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
Diffstat (limited to 'src/lib/rpc')
| -rw-r--r-- | src/lib/rpc/types.hin | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/rpc/types.hin b/src/lib/rpc/types.hin index e959041984..9bd357d701 100644 --- a/src/lib/rpc/types.hin +++ b/src/lib/rpc/types.hin @@ -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 |
