mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
10 lines
320 B
Plaintext
10 lines
320 B
Plaintext
|
--- 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>
|