Keep ChangeLog entries in at most 80 screen columns.
authorBruno Haible <bruno@clisp.org>
Fri, 10 Oct 2008 02:35:51 +0000 (04:35 +0200)
committerBruno Haible <bruno@clisp.org>
Fri, 10 Oct 2008 02:35:51 +0000 (04:35 +0200)
ChangeLog

index 37f0bbf..838a822 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -26,8 +26,8 @@
 
 2008-10-09  Bruno Haible  <bruno@clisp.org>
 
-       * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function when
-       the sys_socket module is present and the system has <winsock2.h>.
+       * m4/close.m4 (gl_FUNC_CLOSE): Arrange to replace the close() function
+       when the sys_socket module is present and the system has <winsock2.h>.
 
 2008-10-09  Bruno Haible  <bruno@clisp.org>
 
@@ -43,7 +43,8 @@
             Bruno Haible  <bruno@clisp.org>
 
        Combine the two replacements of 'close'.
-       * lib/sys_socket.in.h (close): Define to a reminder to include <unistd.h>.
+       * lib/sys_socket.in.h (close): Define to a reminder to include
+       <unistd.h>.
        (_gl_close_fd_maybe_socket): New declaration.
        (HAVE__GL_CLOSE_FD_MAYBE_SOCKET): New macro.
        * lib/winsock.c (close): Remove undefinition.