diff options
-rw-r--r-- | libguile/ChangeLog | 6 |
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. |