2003-07-18 Guido Guenther  <agx@sigxcpu.org>

	* libiberty/strsignal.c: adjust protype to linux header (temporary
	  workaround).

Index: libiberty//strsignal.c
===================================================================
RCS file: /cvs/gcc/gcc/libiberty/strsignal.c,v
retrieving revision 1.11
diff -u -p -r1.11 strsignal.c
--- libiberty//strsignal.c	15 Apr 2003 20:36:33 -0000	1.11
+++ libiberty//strsignal.c	15 Jul 2003 16:11:34 -0000
@@ -558,8 +558,8 @@ followed by a newline.
 
 void
 psignal (signo, message)
-  unsigned signo;
-  char *message;
+  int signo;
+  const char *message;
 {
   if (signal_names == NULL)
     {
