aboutsummaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-ak
diff options
context:
space:
mode:
Diffstat (limited to 'math/Scilab/files/patch-ak')
-rw-r--r--math/Scilab/files/patch-ak19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/Scilab/files/patch-ak b/math/Scilab/files/patch-ak
deleted file mode 100644
index 90053b125bf8..000000000000
--- a/math/Scilab/files/patch-ak
+++ /dev/null
@@ -1,19 +0,0 @@
---- ./routines/metanet/saveg.c.orig Sat Aug 8 14:01:11 1998
-+++ ./routines/metanet/saveg.c Sat Aug 8 14:06:07 1998
-@@ -1,4 +1,7 @@
- #include <stdio.h>
- #ifndef __MSC__
-+#if defined(netbsd) || defined(freebsd)
-+#include <sys/types.h>
-+#endif
- #include <dirent.h>
- #endif
-@@ -13,4 +16,8 @@
- /** only used for x=dir[1024] **/
- #define getwd(x) _getcwd(x,1024)
-+#endif
-+
-+#if defined(netbsd) || defined(freebsd)
-+#include <unistd.h>
- #endif
-