From: Tollef Fog Heen Date: Mon, 18 Jun 2007 21:16:51 +0000 (+0200) Subject: Fix typo. X-Git-Url: https://err.no/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9c6db2293560a8670943e6cd0176d25e49753e0f;p=pkg-config Fix typo. --- 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 #include #include /* For tolower() */ #if !defined (HAVE_STRSIGNAL) || !defined(NO_SYS_SIGLIST_DECL) - #define _GNU_SOURCE ++#define _GNU_SOURCE #include #endif #include "glib.h"