summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg>2006-03-22 17:43:32 +0000
committerjoerg <joerg>2006-03-22 17:43:32 +0000
commit8e61e09120cf8858cfc020214dcc0b387450beb8 (patch)
treee457529c4e701385e00d3eda67d66d5ef8e9bb07 /net
parent76794e04155a31b54f08f815b6fc220437a52fb3 (diff)
downloadpkgsrc-8e61e09120cf8858cfc020214dcc0b387450beb8.tar.gz
Include sys/types.h and sys/time.h before net/bpf.h for DragonFly.
Diffstat (limited to 'net')
-rw-r--r--net/firewalk/distinfo4
-rw-r--r--net/firewalk/patches/patch-ae8
2 files changed, 7 insertions, 5 deletions
diff --git a/net/firewalk/distinfo b/net/firewalk/distinfo
index a255324f058..77e59754a13 100644
--- a/net/firewalk/distinfo
+++ b/net/firewalk/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.5 2006/02/09 22:34:13 minskim Exp $
+$NetBSD: distinfo,v 1.6 2006/03/22 17:43:32 joerg Exp $
SHA1 (firewalk-5.0.tgz) = d6603ab0ccb84facf65220331fe94d6ec742932c
RMD160 (firewalk-5.0.tgz) = 798a5a961eb45c669a9bce4ce3a04aa024b90bd5
@@ -7,4 +7,4 @@ SHA1 (patch-aa) = 043b62e9e4369320fbcf3454dc8c817f60ed3839
SHA1 (patch-ab) = ae6a82b355648e664df14c9549d5a1fafe4d8204
SHA1 (patch-ac) = 9cbec92920d9dceb6f1240b41a05f113f615f143
SHA1 (patch-ad) = 9c2de7a9fb43466de567598227ac040c1d9798ab
-SHA1 (patch-ae) = f3098c735726ee90ef9db24e31dff75146ce1b46
+SHA1 (patch-ae) = dba85c98ac0bff0f8b03077cac17d7f9af8689e7
diff --git a/net/firewalk/patches/patch-ae b/net/firewalk/patches/patch-ae
index 2e1b5b3ba47..fb2f87d38cf 100644
--- a/net/firewalk/patches/patch-ae
+++ b/net/firewalk/patches/patch-ae
@@ -1,12 +1,14 @@
-$NetBSD: patch-ae,v 1.1 2006/02/09 22:34:13 minskim Exp $
+$NetBSD: patch-ae,v 1.2 2006/03/22 17:43:32 joerg Exp $
---- src/init.c.orig 2002-05-14 23:46:54.000000000 -0700
+--- src/init.c.orig 2002-05-15 06:46:54.000000000 +0000
+++ src/init.c
-@@ -35,6 +35,9 @@
+@@ -35,6 +35,11 @@
#if (HAVE_CONFIG_H)
#include "../include/config.h"
#endif
+#ifdef HAVE_NET_BPF_H
++#include <sys/types.h>
++#include <sys/time.h>
+#include <net/bpf.h>
+#endif
#include "../include/firewalk.h"