From 836b841f1aa601a9312a65cdea9e8e38404527c7 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 24 Oct 2008 16:18:17 +0200 Subject: [PATCH] sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@ * modules/sys_socket (Depends-on) [Depends-on]: Fix typo. --- ChangeLog | 5 +++++ modules/sys_socket | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b59412e96..0bf0c00c8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2008-10-24 Jim Meyering + + sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@ + * modules/sys_socket (Depends-on) [Depends-on]: Fix typo. + 2008-10-24 Eric Blake getgroups: fix compilation when getgroups is available diff --git a/modules/sys_socket b/modules/sys_socket index 9505cafb8..c42db6a1c 100644 --- a/modules/sys_socket +++ b/modules/sys_socket @@ -40,7 +40,7 @@ sys/socket.h: sys_socket.in.h -e 's|@''GNULIB_GETSOCKOPT''@|$(GNULIB_GETSOCKOPT)|g' \ -e 's|@''GNULIB_LISTEN''@|$(GNULIB_LISTEN)|g' \ -e 's|@''GNULIB_RECV''@|$(GNULIB_RECV)|g' \ - -e 's|@''GNULIB_SEND''@|$()GNULIB_SEND|g' \ + -e 's|@''GNULIB_SEND''@|$(GNULIB_SEND)|g' \ -e 's|@''GNULIB_RECVFROM''@|$(GNULIB_RECVFROM)|g' \ -e 's|@''GNULIB_SENDTO''@|$(GNULIB_SENDTO)|g' \ -e 's|@''GNULIB_SETSOCKOPT''@|$(GNULIB_SETSOCKOPT)|g' \ -- 2.11.0