summaryrefslogtreecommitdiff
path: root/math/yacas/patches/patch-ah
diff options
context:
space:
mode:
Diffstat (limited to 'math/yacas/patches/patch-ah')
-rw-r--r--math/yacas/patches/patch-ah14
1 files changed, 0 insertions, 14 deletions
diff --git a/math/yacas/patches/patch-ah b/math/yacas/patches/patch-ah
deleted file mode 100644
index 457ed7992d2..00000000000
--- a/math/yacas/patches/patch-ah
+++ /dev/null
@@ -1,14 +0,0 @@
-$NetBSD: patch-ah,v 1.1 2000/03/23 13:40:43 agc Exp $
-
---- server/serverloopsingle.cc 2000/03/23 13:31:30 1.1
-+++ server/serverloopsingle.cc 2000/03/23 13:31:39
-@@ -5,6 +5,9 @@
- #include <sys/time.h>
- #include <sys/ioctl.h>
- #include <sys/un.h>
-+#if defined(__sun__) && defined(__svr4__)
-+#include <sys/filio.h>
-+#endif
- #include <unistd.h>
- #include <stdio.h>
- #include <stdlib.h>