X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=modules%2Fsys_socket;h=98b4429156bf91f8a70351175ef1832b50d251f8;hb=0a3f7af426469ab51370585e1a3afba66ff24b57;hp=9505cafb81057e1a583798ee9be2a4d967b35c88;hpb=11ee0e1340f95ccb9954e522f6e003b3125eb109;p=gnulib.git diff --git a/modules/sys_socket b/modules/sys_socket index 9505cafb8..98b442915 100644 --- a/modules/sys_socket +++ b/modules/sys_socket @@ -5,8 +5,6 @@ Files: lib/sys_socket.in.h m4/sys_socket_h.m4 m4/sockpfaf.m4 -m4/unistd_h.m4 -m4/sys_ioctl_h.m4 Depends-on: include_next @@ -40,7 +38,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' \