components/wget/patches/sysdep.h.patch
author Mohana Rao Gorai <mohana.gorai@oracle.com>
Wed, 20 Mar 2013 00:45:32 -0400
branchs11-update
changeset 2524 f112164dd16d
parent 115 c360825c3a3f
permissions -rw-r--r--
15794787 SUNBT7172653 ksh93 hangs when passing a 20481-byte file through pipe 15819673 SUNBT7202182 ksh93 script hangs when ps -ef gets stuck in fifo_write

--- wget-1.12/src/sysdep.h.orig	Fri Sep  4 09:31:54 2009
+++ wget-1.12/src/sysdep.h	Fri Oct  2 03:03:22 2009
@@ -67,8 +67,13 @@
 
 #ifdef NAMESPACE_TWEAKS
 
+#if __STDC_VERSION__ >= 199901L
+/* Single UNIX Specification, Version 3 */
+#define _XOPEN_SOURCE 600
+#else
 /* Request the "Unix 98 compilation environment". */
 #define _XOPEN_SOURCE 500
+#endif
 
 /* For Solaris: request everything else that is available and doesn't
    conflict with the above.  */