diff options
Diffstat (limited to 'net/arla/patches/patch-bf')
-rw-r--r-- | net/arla/patches/patch-bf | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/net/arla/patches/patch-bf b/net/arla/patches/patch-bf deleted file mode 100644 index 8338262011c..00000000000 --- a/net/arla/patches/patch-bf +++ /dev/null @@ -1,15 +0,0 @@ -$NetBSD: patch-bf,v 1.5 2005/03/25 17:40:25 wennmach Exp $ - -Fix LP64 issue. - ---- rx/rx.c.orig 2005-03-22 15:23:15.000000000 +0100 -+++ rx/rx.c 2005-03-22 15:42:55.000000000 +0100 -@@ -3647,7 +3647,7 @@ - peer->refCount++; /* So it won't disappear underneath - * us! */ - /* this is stupid - sending an int as a pointer is begging for trouble */ -- rxevent_Post(&tmp, rxi_DecongestionEvent, (void *) peer, (void *)nPackets); -+ rxevent_Post(&tmp, rxi_DecongestionEvent, (void *) peer, (void *)(long)nPackets); - } - - /* |