Mercurial > hg > octave-shane > gnulib-hg
diff ChangeLog @ 9992:57789763312c
Fix proper win32 checks and use of inline for setsockopt.
Reported by Bruno Haible <bruno@clisp.org>.
author | Simon Josefsson <simon@josefsson.org> |
---|---|
date | Mon, 28 Apr 2008 16:38:34 +0200 |
parents | 7aa7cfaff758 |
children | 4d5ba95a0dec |
line wrap: on
line diff
--- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-04-28 Simon Josefsson <simon@josefsson.org> + + * m4/sys_socket_h.m4: Require AC_C_INLINE when necessary. + * lib/sys_socket.in.h (setsockopt): Use proper win32 tests (don't + trigger for cygwin). + Reported by Bruno Haible <bruno@clisp.org>. + 2008-04-28 Bruno Haible <bruno@clisp.org> * doc/posix-functions/strdup.texi: Mention mingw problem.