mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-18 08:02:48 +00:00
af1b2a97de
system headers). This is still broken by KSE changes.
15 lines
311 B
Plaintext
15 lines
311 B
Plaintext
--- src/contrib/binutils/libiberty/strerror.c.orig Sun Oct 20 17:27:09 2002
|
|
+++ src/contrib/binutils/libiberty/strerror.c Sun Oct 20 17:27:31 2002
|
|
@@ -461,9 +461,10 @@
|
|
static const char **sys_errlist;
|
|
|
|
#else
|
|
-
|
|
+#if !defined(__FreeBSD__)
|
|
extern int sys_nerr;
|
|
extern char *sys_errlist[];
|
|
+#endif
|
|
|
|
#endif
|
|
|