summaryrefslogtreecommitdiffstats
path: root/src/lib
diff options
context:
space:
mode:
authorTom Yu <tlyu@mit.edu>1996-08-01 00:42:35 +0000
committerTom Yu <tlyu@mit.edu>1996-08-01 00:42:35 +0000
commit59243507dc09a30dc84447e50fa14c3a40a1a04c (patch)
tree0108e61a6f2c7fcebadc0ddcc011c05b65d8f34d /src/lib
parente0e43d86897cf3496cfa00796fce22429018898a (diff)
*** empty log message ***
git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@8887 dc483132-0cff-0310-8789-dd5450dbe970
Diffstat (limited to 'src/lib')
-rw-r--r--src/lib/rpc/ChangeLog19
1 files changed, 19 insertions, 0 deletions
diff --git a/src/lib/rpc/ChangeLog b/src/lib/rpc/ChangeLog
index 3bb12bad0..778f20fdb 100644
--- a/src/lib/rpc/ChangeLog
+++ b/src/lib/rpc/ChangeLog
@@ -1,3 +1,22 @@
+Wed Jul 31 20:36:34 1996 Tom Yu <tlyu@voltage-multiplier.mit.edu>
+
+ * getrpcent.c: Shuffle inclusion order somewhat.
+
+ * configure.in: Fix test for STRUCT_RPCENT_ALREADY_PROVIDED if
+ there happens to be a /usr/include/rpc/netdb.h. This
+ causes /usr/include/netdb.h to include netdb.h from our
+ tree rather from /usr/include/rpc, which of course results
+ in massive damage. Basically, if /usr/include/netdb.h
+ contains rpcent declaration and /usr/include/rpc/netdb.h
+ exists, then assume that there is no struct rpcent in the
+ system include files. It's really unfortunate that we
+ need to do this at all, but it's all we can do short of
+ renaming a bunch of include files or directories.
+
+ * Makefile.in: Punt -I$(srcdir)/..; it was gross and not needed
+ because headers get installed in build tree before
+ building the library anyway.
+
Wed Jul 31 16:54:29 1996 Tom Yu <tlyu@mit.edu>
* types.hin: Remove #include <netdb.h> because it appears the only