summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-bs
blob: 4bd4c4ea39ef46abec695613a04e0642a4e379f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
--- routines/xsci/x_main.c.orig	Sat Jan 16 12:34:24 1999
+++ routines/xsci/x_main.c	Sat Jan 16 12:35:25 1999
@@ -530,5 +530,5 @@
 
 /* following include needed for solaris */
-#if defined(sparc) && defined(__STDC__)
+#if (defined(sparc) && defined(__STDC__)) && !defined(netbsd)
 #include <stropts.h>
 #include <poll.h>