projects
/
krb5.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a7c4c09
)
* rpc.h: Don't include netdb.h (rpc/types.h already includes it)
author
Tom Yu
<tlyu@mit.edu>
Tue, 30 Jul 1996 23:25:03 +0000
(23:25 +0000)
committer
Tom Yu
<tlyu@mit.edu>
Tue, 30 Jul 1996 23:25:03 +0000
(23:25 +0000)
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8865
dc483132
-0cff-0310-8789-
dd5450dbe970
src/lib/rpc/rpc.h
patch
|
blob
|
history
diff --git
a/src/lib/rpc/rpc.h
b/src/lib/rpc/rpc.h
index d0280aaa0975a4cb047fbbce7971f7944cb70d7d..d8ae24ae9732f28c47fc479b70231494082d79d0 100644
(file)
--- a/
src/lib/rpc/rpc.h
+++ b/
src/lib/rpc/rpc.h
@@
-68,7
+68,10
@@
* defined by <rpc/netdb.h> included in <netdb.h>.
*/
/* routines for parsing /etc/rpc */
+#if 0 /* netdb.h already included in rpc/types.h */
#include <netdb.h>
+#endif
+
#include <rpc/netdb.h> /* structures and routines to parse /etc/rpc */
#endif /* ndef __RPC_HEADER__ */