diff options
author | joerg <joerg> | 2006-03-14 02:07:32 +0000 |
---|---|---|
committer | joerg <joerg> | 2006-03-14 02:07:32 +0000 |
commit | ab78f11ef076185785a717230f840ec21901ebc7 (patch) | |
tree | 007b1194ac00d3cbc6991de85187f6f3e4cbc870 /net/bridged/patches | |
parent | ff7d88578fba4ec662e244de047ae3a486132c85 (diff) | |
download | pkgsrc-ab78f11ef076185785a717230f840ec21901ebc7.tar.gz |
Fix DragonFly.
Diffstat (limited to 'net/bridged/patches')
-rw-r--r-- | net/bridged/patches/patch-aa | 14 |
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> |