diff options
author | kris <kris@FreeBSD.org> | 2004-05-21 16:12:10 +0800 |
---|---|---|
committer | kris <kris@FreeBSD.org> | 2004-05-21 16:12:10 +0800 |
commit | 685606fb3565f665724db1fdb103abac0ac58f79 (patch) | |
tree | 00f2abf2f0100782e753fb41d5e102c2fe13e56e /net | |
parent | 2467abec04e512f797411a216e8d98806b2a8926 (diff) | |
download | freebsd-ports-gnome-685606fb3565f665724db1fdb103abac0ac58f79.tar.gz freebsd-ports-gnome-685606fb3565f665724db1fdb103abac0ac58f79.tar.zst freebsd-ports-gnome-685606fb3565f665724db1fdb103abac0ac58f79.zip |
Fix build on -current
Submitted by: luigi
Diffstat (limited to 'net')
-rw-r--r-- | net/wmnet/files/patch-if.c | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/net/wmnet/files/patch-if.c b/net/wmnet/files/patch-if.c index a2b10cddfc00..0a27e6bd7c9d 100644 --- a/net/wmnet/files/patch-if.c +++ b/net/wmnet/files/patch-if.c @@ -1,5 +1,5 @@ --- if.c.orig Sun Oct 11 19:13:16 1998 -+++ if.c Fri Nov 22 16:24:50 2002 ++++ if.c Fri May 21 01:11:19 2004 @@ -88,8 +88,13 @@ if (!newData) { @@ -55,7 +55,11 @@ #ifndef NDEBUG /* These are other pointer fields that we shouldn't need -@@ -190,8 +202,10 @@ +@@ -186,12 +198,13 @@ + #endif + d.if_bpf = 0; + d.if_linkmib = 0; +- d.if_poll_slowq = 0; #endif c = a; return &d; @@ -66,7 +70,7 @@ } else return 0; } -@@ -306,12 +320,16 @@ +@@ -306,12 +319,16 @@ if (idx < total) { struct ifnet const* const ptr = dereference(ifData[idx].ifNetAddr); |