mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
dca1739cb8
PR: 14877 Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
10 lines
315 B
Plaintext
10 lines
315 B
Plaintext
--- routines/xsci/wf_fig.h.orig Sat Dec 19 22:46:40 1998
|
|
+++ routines/xsci/wf_fig.h Sat Dec 19 22:51:34 1998
|
|
@@ -52,5 +52,5 @@
|
|
extern int errno;
|
|
extern int sys_nerr;
|
|
-#if (! (defined(BSD) && (BSD >= 199306)))
|
|
+#if (! (defined(BSD) && (BSD >= 199306))) && !defined(freebsd)
|
|
extern char *sys_errlist[];
|
|
#endif
|