bug-gnulib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[PATCH] sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@


From: Jim Meyering
Subject: [PATCH] sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
Date: Fri, 24 Oct 2008 16:19:50 +0200

FYI, I've just pushed this:
Without it, I'd get link errors on mingw about
send_used_without_requesting_gnulib_module_send,
even when using that module.

diff --git a/ChangeLog b/ChangeLog
index b59412e..0bf0c00 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2008-10-24  Jim Meyering  <address@hidden>
+
+       sys_socket: fix typo that inhibited expansion of @GNULIB_SEND@
+       * modules/sys_socket (Depends-on) [Depends-on]: Fix typo.
+
 2008-10-24  Eric Blake  <address@hidden>

        getgroups: fix compilation when getgroups is available
diff --git a/modules/sys_socket b/modules/sys_socket
index 9505caf..c42db6a 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' \
--
1.6.0.3.517.g759a




reply via email to

[Prev in Thread] Current Thread [Next in Thread]