summaryrefslogtreecommitdiff
path: root/math/scilab/patches/patch-af
diff options
context:
space:
mode:
Diffstat (limited to 'math/scilab/patches/patch-af')
-rw-r--r--math/scilab/patches/patch-af34
1 files changed, 10 insertions, 24 deletions
diff --git a/math/scilab/patches/patch-af b/math/scilab/patches/patch-af
index 2a7b19e0b12..f03db0ce2a5 100644
--- a/math/scilab/patches/patch-af
+++ b/math/scilab/patches/patch-af
@@ -1,25 +1,11 @@
-$NetBSD: patch-af,v 1.2 1999/03/05 11:22:34 frueauf Exp $
+$NetBSD: patch-af,v 1.3 1999/12/22 13:25:42 dmcmahill Exp $
---- routines/sun/link.c.orig Tue Aug 25 04:24:09 1998
-+++ routines/sun/link.c Sat Dec 19 00:53:28 1998
-@@ -120,9 +120,9 @@
-
-
--#if defined(sun) || defined(__alpha) || defined(sgi) || (!defined(hppa_old) && defined(hppa))
-+#if defined(netbsd) || defined(freebsd) || defined(sun) || defined(__alpha) || defined(sgi) || (!defined(hppa_old) && defined(hppa))
- #include "link_SYSV.c"
- #else
- /** no more used on sun */
--#if defined(sun_old) || defined(mips) || defined(_IBMR2) || defined(hppa_old)
-+#if defined(sun_old) || (defined(mips) && !defined(netbsd)) || defined(_IBMR2) || defined(hppa_old)
- #ifdef SUNOSDLD
- #include "link_linux.c"
-@@ -145,4 +145,8 @@
- C2F(dyncall)() {cerro("Dynamic link not implemented");}
- **/
-+int LinkStatus()
-+{
-+ return(0);
-+}
-
- void SciLink(iflag,rhs,ilib,files,en_names,strf)
+--- ./routines/pvm/pvm_send.c.orig Tue May 26 03:41:52 1998
++++ ./routines/pvm/pvm_send.c Mon Nov 22 21:40:45 1999
+@@ -18,5 +18,5 @@
+ #include <stdlib.h>
+ #include <string.h>
+-#include "../../pvm3/include/pvm3.h"
++#include "pvm3.h"
+ #include "../machine.h"
+ #include "../stack-c.h"