diff options
| author | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 18:55:45 +0000 |
|---|---|---|
| committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2001-11-26 18:55:45 +0000 |
| commit | 08a292d4dbe65ad86a35a439df74d97164e35ce6 (patch) | |
| tree | d58e2b223ff462f659a313903a582fe21bd963c5 /math/Scilab/files/patch-as | |
| parent | upgrade to 0.8 (diff) | |
Remove ports/math/Scilab, because it was superceeded by math/scilab long time
ago.
Submittedby: maintainer
Diffstat (limited to 'math/Scilab/files/patch-as')
| -rw-r--r-- | math/Scilab/files/patch-as | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/math/Scilab/files/patch-as b/math/Scilab/files/patch-as deleted file mode 100644 index db85ef964f7b..000000000000 --- a/math/Scilab/files/patch-as +++ /dev/null @@ -1,17 +0,0 @@ ---- ./xmetanet/init.c.orig Sat Aug 8 13:47:04 1998 -+++ ./xmetanet/init.c Sat Aug 8 14:18:41 1998 -@@ -1,6 +1,14 @@ - /* Copyright INRIA */ -+#if defined(freebsd) || defined(netbsd) -+#include <sys/types.h> -+#endif -+ - #include <dirent.h> - #include <stdlib.h> - #include <string.h> -+ -+#if defined(netbsd) || defined(freebsd) -+#include <unistd.h> -+#endif - - #include "list.h" |
