summaryrefslogtreecommitdiff
path: root/math/yacas/patches/patch-ab
diff options
context:
space:
mode:
Diffstat (limited to 'math/yacas/patches/patch-ab')
-rw-r--r--math/yacas/patches/patch-ab14
1 files changed, 10 insertions, 4 deletions
diff --git a/math/yacas/patches/patch-ab b/math/yacas/patches/patch-ab
index 16394aad6be..13aec3597cb 100644
--- a/math/yacas/patches/patch-ab
+++ b/math/yacas/patches/patch-ab
@@ -1,9 +1,15 @@
-$NetBSD: patch-ab,v 1.1.1.1 2000/02/20 14:40:35 dmcmahill Exp $
+$NetBSD: patch-ab,v 1.2 2000/03/23 13:40:42 agc Exp $
---- ./server/sendreceive.cc.orig Sun Nov 28 12:50:55 1999
-+++ ./server/sendreceive.cc Sat Feb 19 21:08:41 2000
-@@ -1,3 +1,4 @@
+--- server/sendreceive.cc.orig Sun Nov 28 17:50:55 1999
++++ server/sendreceive.cc Thu Mar 23 13:29:31 2000
+@@ -1,6 +1,10 @@
#include <stdio.h>
+#include <string.h>
#include <sys/types.h>
#include <sys/socket.h>
++#if defined(__sun__) && defined(__svr4__)
++#include <sys/filio.h>
++#endif
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
+ #include <unistd.h>