[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Building glibc 2.5 on Hurd: ``MSG_NOSIGNAL''
From: |
Thomas Schwinge |
Subject: |
Building glibc 2.5 on Hurd: ``MSG_NOSIGNAL'' |
Date: |
Wed, 7 Feb 2007 15:36:11 +0100 |
User-agent: |
Mutt/1.5.11 |
Hello!
This is not a proper fix, but a workaround that is needed on HEAD. (Have
to check glibc-2_5-branch.) Reported on
<http://savannah.gnu.org/bugs/?18218>.
Index: resolv/res_send.c
===================================================================
RCS file: /cvs/glibc/libc/resolv/res_send.c,v
retrieving revision 1.49
diff -u -p -r1.49 res_send.c
--- resolv/res_send.c 6 May 2006 17:35:50 -0000 1.49
+++ resolv/res_send.c 7 Feb 2007 13:23:45 -0000
@@ -102,6 +102,10 @@ static const char rcsid[] = "$BINDId: re
#define MAXPACKET 65536
#endif
+#ifndef MSG_NOSIGNAL
+# define MSG_NOSIGNAL 0
+#endif
+
/* From ev_streams.c. */
Regards,
Thomas
signature.asc
Description: Digital signature
- Re: Building glibc 2.5 on Hurd, Thomas Schwinge, 2007/02/07
- Building glibc 2.5 on Hurd: trivia, Thomas Schwinge, 2007/02/07
- Building glibc 2.5 on Hurd: GCC, Thomas Schwinge, 2007/02/07
- Building glibc 2.5 on Hurd: ``MSG_NOSIGNAL'',
Thomas Schwinge <=
- Building glibc 2.5 on Hurd: ``__libc_once'', Thomas Schwinge, 2007/02/07
- Building glibc 2.5 on Hurd: ``struct stat'', Thomas Schwinge, 2007/02/07
- Building glibc 2.5 on Hurd: ``-z relro'', Thomas Schwinge, 2007/02/07
- Building glibc 2.5 on Hurd: tls, Thomas Schwinge, 2007/02/07