From dca1739cb81ca56f39856d32d290dae2f858dd34 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 27 Nov 1999 01:38:31 +0000 Subject: Update to version 2.4.1. PR: 14877 Submitted by: Pedro F. Giffuni --- math/scilab/files/patch-bv | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 math/scilab/files/patch-bv (limited to 'math/scilab/files/patch-bv') diff --git a/math/scilab/files/patch-bv b/math/scilab/files/patch-bv new file mode 100644 index 000000000000..1a4b014459bf --- /dev/null +++ b/math/scilab/files/patch-bv @@ -0,0 +1,11 @@ +--- pvm3/src/host.c.orig Fri Nov 26 17:05:44 1999 ++++ pvm3/src/host.c Fri Nov 26 17:10:55 1999 +@@ -929,7 +929,7 @@ + perror("ioctl"); + goto bail; + } +- if (IFF_UP & req.ifr_ifru.ifru_flags) { ++ if (IFF_UP & req.ifr_flags) { + if (nip > 0 && !(nip % 10)) + iplist = TREALLOC(iplist, (nip + 10), struct in_addr); + iplist[nip++] = -- cgit v1.2.3