aboutsummaryrefslogtreecommitdiff
path: root/net/wmnet/files
diff options
context:
space:
mode:
authorKris Kennaway <kris@FreeBSD.org>2004-05-21 08:12:10 +0000
committerKris Kennaway <kris@FreeBSD.org>2004-05-21 08:12:10 +0000
commitfea809dc77e666b4385d973cadc3b80d70ca14bb (patch)
tree97887bcadbdb5444082d441f12fed4aeeb3844f4 /net/wmnet/files
parent46c866894fcaae3d555caef82d3c3dec621811a2 (diff)
downloadports-fea809dc77e666b4385d973cadc3b80d70ca14bb.tar.gz
ports-fea809dc77e666b4385d973cadc3b80d70ca14bb.zip
Notes
Diffstat (limited to 'net/wmnet/files')
-rw-r--r--net/wmnet/files/patch-if.c10
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);