there to get strsignal prototype, addresses the rest of
Freedesktop 10652.
2007-06-18 Tollef Fog Heen <tfheen@err.no>
+ * glib-patches/remove-strsignal-prototype.diff: define _GNU_SOURCE
+ there to get strsignal prototype, addresses the rest of
+ Freedesktop 10652.
+
* popt.c: Remove code calling setresuid and setreuid, pkg-config
should not ever be suid. Partially addresses Freedesktop #10652
--- glib-1.2.8/gstrfuncs.c 2000-04-17 17:05:16.000000000 +0200
+++ glib-1.2.8/gstrfuncs.c.new 2005-04-02 16:39:10.627002672 +0200
+@@ -38,10 +38,10 @@
+ #include <string.h>
+ #include <locale.h>
+ #include <ctype.h> /* For tolower() */
+ #if !defined (HAVE_STRSIGNAL) || !defined(NO_SYS_SIGLIST_DECL)
+ #define _GNU_SOURCE
+ #include <signal.h>
+ #endif
+ #include "glib.h"
+ /* do not include <unistd.h> in this place since it
+ * inteferes with g_strsignal() on some OSes
@@ -671,7 +671,6 @@
char *msg;