diff options
author | obache <obache@pkgsrc.org> | 2011-01-03 07:38:57 +0000 |
---|---|---|
committer | obache <obache@pkgsrc.org> | 2011-01-03 07:38:57 +0000 |
commit | 42198abd6c9e2518d336b99f554f1a10c6f3cfd8 (patch) | |
tree | 29a67fa2e8df86f236540f6d22f39ebcd9c37884 /net/wimon | |
parent | d98783e4a86afba8b9d6937e7b880f9d2599772e (diff) | |
download | pkgsrc-42198abd6c9e2518d336b99f554f1a10c6f3cfd8.tar.gz |
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.
Diffstat (limited to 'net/wimon')
-rw-r--r-- | net/wimon/distinfo | 4 | ||||
-rw-r--r-- | net/wimon/patches/patch-aa | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/net/wimon/distinfo b/net/wimon/distinfo index a7e9cc09800..9b17ad9289b 100644 --- a/net/wimon/distinfo +++ b/net/wimon/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.5 2006/09/24 13:53:17 joerg Exp $ +$NetBSD: distinfo,v 1.6 2011/01/03 07:38:58 obache Exp $ SHA1 (wimon-0.3.tar.gz) = 8be1bc6d4917adee5641310258fe77f8b265013f RMD160 (wimon-0.3.tar.gz) = d8670b1ceb1fde0c0001b2e6ca39a82909cd42d4 Size (wimon-0.3.tar.gz) = 8103 bytes -SHA1 (patch-aa) = 5edbd8bbebf8aa31f6a95d4c1c5370a7d61f0e1a +SHA1 (patch-aa) = 47713b06e1d5e4ca6e96af593edb41eedce8d42f SHA1 (patch-ab) = 8bd60329cd0bb61ceff81e58774d1fabba65e9e7 diff --git a/net/wimon/patches/patch-aa b/net/wimon/patches/patch-aa index 4f9a4991f00..2104c527e9b 100644 --- a/net/wimon/patches/patch-aa +++ b/net/wimon/patches/patch-aa @@ -1,4 +1,4 @@ -$NetBSD: patch-aa,v 1.1 2006/01/08 21:29:50 joerg Exp $ +$NetBSD: patch-aa,v 1.2 2011/01/03 07:38:58 obache Exp $ --- showi.c.orig 2006-01-08 21:26:47.000000000 +0000 +++ showi.c @@ -10,7 +10,7 @@ $NetBSD: patch-aa,v 1.1 2006/01/08 21:29:50 joerg Exp $ +#elif defined(__DragonFly__) +#include <net/if_var.h> +#include <net/ethernet.h> -+#include <netproto/802_11/if_wavelan_ieee.h> ++#include <dev/netif/wi/if_wavelan_ieee.h> +#include <sys/endian.h> + #else |