Renamed socket_.h to sys_socket_.h.
authorBruno Haible <bruno@clisp.org>
Fri, 27 Apr 2007 18:24:50 +0000 (18:24 +0000)
committerBruno Haible <bruno@clisp.org>
Fri, 27 Apr 2007 18:24:50 +0000 (18:24 +0000)
lib/.cppi-disable
m4/socklen.m4

index 4def162..8886646 100644 (file)
@@ -29,12 +29,12 @@ regex.c
 regex.h
 regex_internal.c
 regex_internal.h
-socket_.h
 stat-time.h
 stdbool_.h
 stdint_.h
 strnlen1.h
 strtoul.c
+sys_socket_.h
 time_r.h
 utimecmp.h
 vasnprintf.h
index e824a09..d39a314 100644 (file)
@@ -12,7 +12,7 @@ dnl types for the argument to getsockopt, getpeername, etc.  So we
 dnl have to test to find something that will work.
 
 dnl On mingw32, socklen_t is in ws2tcpip.h ('int'), so we try to find
-dnl it there first.  That file is included by gnulib's socket_.h, which
+dnl it there first.  That file is included by gnulib's sys_socket_.h, which
 dnl all users of this module should include.  Cygwin must not include
 dnl ws2tcpip.h.
 AC_DEFUN([gl_TYPE_SOCKLEN_T],