summaryrefslogtreecommitdiff
path: root/math/scilab/files/patch-ay
blob: 09fc76a12ad82a96777c1d3d93f2e7d746803835 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- routines/xsci/wf_fig.h	2003/01/25 17:23:40	1.1
+++ routines/xsci/wf_fig.h	2003/01/25 17:24:04
@@ -48,7 +48,7 @@
 #include <errno.h>
 
 #ifndef linux 
-#if !defined(__bsdi__) && !defined(__NetBSD__) && !defined(__APPLE__)
+#if !defined(__bsdi__) && !defined(__NetBSD__) && !defined(__APPLE__) && !defined(__FreeBSD__)
 extern int	errno;
 extern int	sys_nerr;
 #if (! (defined(BSD) && (BSD >= 199306))) && !defined(freebsd)