aboutsummaryrefslogtreecommitdiff
path: root/net/pvm/files/patch-src_host.c
diff options
context:
space:
mode:
Diffstat (limited to 'net/pvm/files/patch-src_host.c')
-rw-r--r--net/pvm/files/patch-src_host.c13
1 files changed, 13 insertions, 0 deletions
diff --git a/net/pvm/files/patch-src_host.c b/net/pvm/files/patch-src_host.c
new file mode 100644
index 000000000000..38a00d2ac3c6
--- /dev/null
+++ b/net/pvm/files/patch-src_host.c
@@ -0,0 +1,13 @@
+--- src/host.c Wed Sep 26 19:35:18 2001
++++ src/host.c Thu Oct 31 13:57:18 2002
+@@ -992,9 +992,7 @@
+ perror("ioctl");
+ goto bail;
+ }
+- /* On some FreeBSD systems: */
+- /* if (IFF_UP & req.ifr_flags) { */
+- 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++] =