mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
f9bcf6c720
* Remove BROKEN. PR: ports/52922 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
13 lines
251 B
Plaintext
13 lines
251 B
Plaintext
--- src/machine.c.orig Wed Jun 4 10:56:56 2003
|
|
+++ src/machine.c Wed Jun 4 10:57:22 2003
|
|
@@ -53,7 +53,9 @@
|
|
#endif
|
|
|
|
#ifndef M_pc_linux_elf
|
|
+#if !defined(M_i386_freebsd) && !defined(M_alpha_freebsd)
|
|
extern char *sys_errlist[];
|
|
+#endif
|
|
#endif
|
|
|
|
|