summaryrefslogtreecommitdiff
path: root/net/bridged/patches
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-14 02:07:32 +0000
committerjoerg <joerg>2006-03-14 02:07:32 +0000
commitab78f11ef076185785a717230f840ec21901ebc7 (patch)
tree007b1194ac00d3cbc6991de85187f6f3e4cbc870 /net/bridged/patches
parentff7d88578fba4ec662e244de047ae3a486132c85 (diff)
downloadpkgsrc-ab78f11ef076185785a717230f840ec21901ebc7.tar.gz
Fix DragonFly.
Diffstat (limited to 'net/bridged/patches')
-rw-r--r--net/bridged/patches/patch-aa14
1 files changed, 14 insertions, 0 deletions
diff --git a/net/bridged/patches/patch-aa b/net/bridged/patches/patch-aa
new file mode 100644
index 00000000000..1ed3cb49a35
--- /dev/null
+++ b/net/bridged/patches/patch-aa
@@ -0,0 +1,14 @@
+$NetBSD: patch-aa,v 1.1 2006/03/14 02:07:32 joerg Exp $
+
+--- getmac.c.orig 2006-03-14 02:05:27.000000000 +0000
++++ getmac.c
+@@ -47,7 +47,9 @@
+ #include <sys/types.h>
+ #include <sys/param.h>
+ #include <sys/time.h>
++#if !defined(__DragonFly__)
+ #include <sys/proc.h>
++#endif
+
+ #include <sys/socket.h>
+ #include <net/if.h>