summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1997-01-08 00:09:05 +0000
committerJim Blandy <jimb@red-bean.com>1997-01-08 00:09:05 +0000
commit01fce0f0ef521db56fe90348a503ae3b0a36d8fd (patch)
tree1a81d45a844b8d44665f6bf981b78ccd03e0a626
parentb3310939fccee70b78559eb3e1604a2496d1fdbb (diff)
downloadguile-01fce0f0ef521db56fe90348a503ae3b0a36d8fd.tar.gz
*** empty log message ***
-rw-r--r--libguile/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/libguile/ChangeLog b/libguile/ChangeLog
index 3cf84b0a1..cd51ed2ff 100644
--- a/libguile/ChangeLog
+++ b/libguile/ChangeLog
@@ -1,5 +1,11 @@
Tue Jan 7 18:11:24 1997 Jim Blandy <jimb@floss.cyclic.com>
+ * configure.in: When checking for struct linger, #include
+ <sys/types.h> as well as <sys/socket.h>. I've never known
+ <sys/types.h> to cause any portability problems, and Solaris's
+ <sys/socket.h> needs it.
+ * configure: Rebuilt.
+
I think the Sun compiler has chosen a perverse way to interpret
ANSI declarations combined with K&R definitions. We'll
appease it a little bit. But when it invades France, we fight.