2005-04-02 Tollef Fog Heen <tfheen@err.no>

Author: tfheen
Date: 2005-04-02 17:25:48 GMT
2005-04-02  Tollef Fog Heen  <tfheen@err.no>

    * glib-patches/remove-strsignal-prototype.diff: Remove strsignal
    prototype from gstrfuncs.c, it is included in string.h.  This
    fixes a compilation issue on cygwin. (Freedesktop #2598)
This commit is contained in:
Arch Librarian 2005-07-14 13:06:51 +00:00
parent 8b2511113e
commit 9fbcebd354
2 changed files with 14 additions and 0 deletions

View file

@ -1,5 +1,9 @@
2005-04-02 Tollef Fog Heen <tfheen@err.no>
* glib-patches/remove-strsignal-prototype.diff: Remove strsignal
prototype from gstrfuncs.c, it is included in string.h. This
fixes a compilation issue on cygwin. (Freedesktop #2598)
* glib-patches/distcheckfix.diff: Move glibconfig.h.win32 and
config.h.win32 too.

View file

@ -0,0 +1,10 @@
--- 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
@@ -671,7 +671,6 @@
char *msg;
#ifdef HAVE_STRSIGNAL
- extern char *strsignal (int sig);
return strsignal (signum);
#elif NO_SYS_SIGLIST
switch (signum)