You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
24 lines
471 B
24 lines
471 B
24 years ago
|
--- libiberty/strerror.c.orig Sun Sep 2 13:52:50 2001
|
||
|
+++ libiberty/strerror.c Sun Sep 2 13:52:24 2001
|
||
|
@@ -462,7 +462,9 @@
|
||
|
|
||
|
#else
|
||
|
|
||
|
+#ifndef __FreeBSD__
|
||
|
extern int sys_nerr;
|
||
|
+#endif
|
||
|
extern char *sys_errlist[];
|
||
|
|
||
|
#endif
|
||
|
--- libiberty/strsignal.c.orig Sat May 16 01:42:42 1998
|
||
|
+++ libiberty/strsignal.c Mon Sep 3 08:59:59 2001
|
||
|
@@ -243,7 +243,7 @@
|
||
|
|
||
|
#else
|
||
|
|
||
|
-#ifdef NSIG
|
||
|
+#if defined(NSIG) && !defined(__FreeBSD__)
|
||
|
static int sys_nsig = NSIG;
|
||
|
#else
|
||
|
#ifdef _NSIG
|