mirror of
https://git.freebsd.org/ports.git
synced 2025-07-05 03:19:18 -04:00
9 lines
315 B
Text
9 lines
315 B
Text
--- 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
|