summaryrefslogtreecommitdiff
path: root/math/scilab/files/patch-al
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/files/patch-al')
-rw-r--r--math/scilab/files/patch-al10
1 files changed, 0 insertions, 10 deletions
diff --git a/math/scilab/files/patch-al b/math/scilab/files/patch-al
deleted file mode 100644
index ffed38bb80e5..000000000000
--- a/math/scilab/files/patch-al
+++ /dev/null
@@ -1,10 +0,0 @@
---- ./routines/metanet/files.c.orig Sat Aug 8 14:04:52 1998
-+++ ./routines/metanet/files.c Sat Aug 8 14:06:46 1998
-@@ -1,4 +1,7 @@
- #include <stdio.h>
- #ifndef __MSC__
-+#if defined(netbsd) || defined(freebsd)
-+#include <sys/types.h>
-+#endif
- #include <dirent.h>
- #endif