summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-as
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/patches/patch-as')
-rw-r--r--math/scilab/patches/patch-as19
1 files changed, 0 insertions, 19 deletions
diff --git a/math/scilab/patches/patch-as b/math/scilab/patches/patch-as
deleted file mode 100644
index 80cab829b27..00000000000
--- a/math/scilab/patches/patch-as
+++ /dev/null
@@ -1,19 +0,0 @@
-$NetBSD: patch-as,v 1.2 1999/03/05 11:22:35 frueauf Exp $
-
---- ./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"