From 5aee4f12283caacd4150e6891af40156b2333c76 Mon Sep 17 00:00:00 2001 From: Bruno Haible Date: Fri, 27 Apr 2007 18:24:50 +0000 Subject: [PATCH] Renamed socket_.h to sys_socket_.h. --- lib/.cppi-disable | 2 +- m4/socklen.m4 | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/.cppi-disable b/lib/.cppi-disable index 4def16207..8886646b0 100644 --- a/lib/.cppi-disable +++ b/lib/.cppi-disable @@ -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 diff --git a/m4/socklen.m4 b/m4/socklen.m4 index e824a09f5..d39a314e1 100644 --- a/m4/socklen.m4 +++ b/m4/socklen.m4 @@ -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], -- 2.11.0