# HG changeset patch # User Bruno Haible # Date 1177698290 0 # Node ID a2148af6f0e547c16c9c0848b90f4d6c26ce7b92 # Parent d3c02a847d015db24ef0b0bae70d5562306529ed Renamed socket_.h to sys_socket_.h. diff --git a/lib/.cppi-disable b/lib/.cppi-disable --- a/lib/.cppi-disable +++ b/lib/.cppi-disable @@ -29,12 +29,12 @@ 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 diff --git a/m4/socklen.m4 b/m4/socklen.m4 --- a/m4/socklen.m4 +++ b/m4/socklen.m4 @@ -12,7 +12,7 @@ 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],