diff options
author | Steve Price <steve@FreeBSD.org> | 1999-11-27 01:38:31 +0000 |
---|---|---|
committer | Steve Price <steve@FreeBSD.org> | 1999-11-27 01:38:31 +0000 |
commit | dca1739cb81ca56f39856d32d290dae2f858dd34 (patch) | |
tree | 60e947f5827065aa5532bf9e61fce010201fc43a /math/scilab/files/patch-bv | |
parent | Use ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on both (diff) |
Update to version 2.4.1.
PR: 14877
Submitted by: Pedro F. Giffuni <pfgiffun@bachue.usc.unal.edu.co>
Notes
Notes:
svn path=/head/; revision=23432
Diffstat (limited to 'math/scilab/files/patch-bv')
-rw-r--r-- | math/scilab/files/patch-bv | 11 |
1 files changed, 11 insertions, 0 deletions
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++] = |