From 951f2e9702f2cb6acf9b16fea3b3576567d3719b Mon Sep 17 00:00:00 2001 From: obache Date: Mon, 3 Jan 2011 07:38:57 +0000 Subject: Fixes patch for DragonFly BSD for if_wavelan_ieee.h's path. PR#44321 by Sascha Wildner. Still broken for 2.8.2, because `struct wi_req' is disabled in the include file, but it was changed in DragonFly master. --- net/wistumbler/distinfo | 6 +++--- net/wistumbler/patches/patch-ab | 4 ++-- net/wistumbler/patches/patch-ac | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) (limited to 'net/wistumbler') diff --git a/net/wistumbler/distinfo b/net/wistumbler/distinfo index f7a2b96b322..29d197e6d90 100644 --- a/net/wistumbler/distinfo +++ b/net/wistumbler/distinfo @@ -1,8 +1,8 @@ -$NetBSD: distinfo,v 1.10 2006/03/23 17:20:22 joerg Exp $ +$NetBSD: distinfo,v 1.11 2011/01/03 07:38:58 obache Exp $ SHA1 (wistumbler-20020816.tar.gz) = fe980cdd4934dbb70411e4ce0394adef56e21999 RMD160 (wistumbler-20020816.tar.gz) = df6744ac26dc498063834da5475a70ecc0f34ab2 Size (wistumbler-20020816.tar.gz) = 9327 bytes SHA1 (patch-aa) = 662f467fbf9f51c83843f88ec4d854fb19fd2a43 -SHA1 (patch-ab) = f2ebb7a7bb0b23aa917bd5134e1249084b5317b3 -SHA1 (patch-ac) = 901ddc023805973beb2ea2086487b91b8de1f769 +SHA1 (patch-ab) = 71fac9af69d0167960dc9a1c482899aec9d6a882 +SHA1 (patch-ac) = ebbe0bec6e3ae3cb456e09e78bd1b7b7a9f4ed3c diff --git a/net/wistumbler/patches/patch-ab b/net/wistumbler/patches/patch-ab index 2b8d0295b8c..500f5946128 100644 --- a/net/wistumbler/patches/patch-ab +++ b/net/wistumbler/patches/patch-ab @@ -1,4 +1,4 @@ -$NetBSD: patch-ab,v 1.2 2006/03/23 17:20:22 joerg Exp $ +$NetBSD: patch-ab,v 1.3 2011/01/03 07:38:59 obache Exp $ --- stumbler.c.orig 2002-08-16 14:27:13.000000000 +0000 +++ stumbler.c @@ -11,7 +11,7 @@ $NetBSD: patch-ab,v 1.2 2006/03/23 17:20:22 joerg Exp $ +#include +#elif defined(__DragonFly__) +#include -+#include ++#include +#else #include #include diff --git a/net/wistumbler/patches/patch-ac b/net/wistumbler/patches/patch-ac index c58bcb67ffb..4a228a19e9c 100644 --- a/net/wistumbler/patches/patch-ac +++ b/net/wistumbler/patches/patch-ac @@ -1,4 +1,4 @@ -$NetBSD: patch-ac,v 1.2 2006/03/23 17:20:22 joerg Exp $ +$NetBSD: patch-ac,v 1.3 2011/01/03 07:38:59 obache Exp $ --- wicontrol.c.orig 2002-08-11 14:18:51.000000000 +0000 +++ wicontrol.c @@ -11,7 +11,7 @@ $NetBSD: patch-ac,v 1.2 2006/03/23 17:20:22 joerg Exp $ +#include + +#include -+#include ++#include #else #include #include -- cgit v1.2.3