mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
12 lines
344 B
Plaintext
12 lines
344 B
Plaintext
|
--- 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++] =
|