summaryrefslogtreecommitdiff
path: root/glib-patches
diff options
context:
space:
mode:
authorTollef Fog Heen <tfheen@err.no>2007-06-18 23:16:51 +0200
committerTollef Fog Heen <tfheen@err.no>2007-06-18 23:16:51 +0200
commit9c6db2293560a8670943e6cd0176d25e49753e0f (patch)
tree3baf22a3f6913cfc7370fcfc51a61c31e5fe37db /glib-patches
parentce499699bca7fe9ba33bfa3e73d7f64c26673893 (diff)
downloadpkg-config-9c6db2293560a8670943e6cd0176d25e49753e0f.tar.gz
Fix typo.
Diffstat (limited to 'glib-patches')
-rw-r--r--glib-patches/remove-strsignal-prototype.diff4
1 files changed, 2 insertions, 2 deletions
diff --git a/glib-patches/remove-strsignal-prototype.diff b/glib-patches/remove-strsignal-prototype.diff
index c7b0934..014b9e7 100644
--- a/glib-patches/remove-strsignal-prototype.diff
+++ b/glib-patches/remove-strsignal-prototype.diff
@@ -1,11 +1,11 @@
--- 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 @@
+@@ -38,9 +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
++#define _GNU_SOURCE
#include <signal.h>
#endif
#include "glib.h"