summaryrefslogtreecommitdiff
path: root/math/Scilab/files/patch-aj
diff options
context:
space:
mode:
Diffstat (limited to 'math/Scilab/files/patch-aj')
-rw-r--r--math/Scilab/files/patch-aj16
1 files changed, 0 insertions, 16 deletions
diff --git a/math/Scilab/files/patch-aj b/math/Scilab/files/patch-aj
deleted file mode 100644
index 289868b66e04..000000000000
--- a/math/Scilab/files/patch-aj
+++ /dev/null
@@ -1,16 +0,0 @@
---- ./routines/metanet/loadg.c.orig Sat Aug 8 13:53:32 1998
-+++ ./routines/metanet/loadg.c Sat Aug 8 13:58:47 1998
-@@ -1,4 +1,7 @@
- #include <stdio.h>
- #ifndef __MSC__
-+#ifdef __FreeBSD__
-+#include <sys/types.h>
-+#endif
- #include <dirent.h>
- #endif
-@@ -14,5 +17,4 @@
- #define getwd(x) _getcwd(x,1024)
- #endif
--
-
- #include "mysearch.h"