From 35e6b5474e63e578bc85da6d955a2d65433b050c Mon Sep 17 00:00:00 2001 From: Steve Price Date: Sat, 27 Nov 1999 01:35:19 +0000 Subject: Use ifreq.ifr_flags instead of ifreq.ifru.ifru_flags so this build on both -current and -stable. --- net/pvm/files/patch-ac | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 net/pvm/files/patch-ac (limited to 'net/pvm') diff --git a/net/pvm/files/patch-ac b/net/pvm/files/patch-ac new file mode 100644 index 000000000000..a9d524a37b6b --- /dev/null +++ b/net/pvm/files/patch-ac @@ -0,0 +1,11 @@ +--- src/host.c.orig Fri Nov 26 17:28:41 1999 ++++ src/host.c Fri Nov 26 17:28:54 1999 +@@ -939,7 +939,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