summaryrefslogtreecommitdiff
path: root/math/scilab/files/patch-ba
blob: dc1af0ed82690c739a9ce3ee670f96bfd5e4031a (plain) (blame)
1
2
3
4
5
6
7
8
9
--- 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