summaryrefslogtreecommitdiff
path: root/net
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2011-12-07 15:17:29 +0000
committerjoerg <joerg@pkgsrc.org>2011-12-07 15:17:29 +0000
commit80c67c8169feec16c4d8e458a04726b1a4b65ad3 (patch)
treee922ddc5edb1628470db2d15a1282a80a507d83d /net
parent984980b718514d8a7be1e36e749e178ed6a2da34 (diff)
downloadpkgsrc-80c67c8169feec16c4d8e458a04726b1a4b65ad3.tar.gz
Add missing include
Diffstat (limited to 'net')
-rw-r--r--net/tcpdmerge/distinfo4
-rw-r--r--net/tcpdmerge/patches/patch-aa9
2 files changed, 7 insertions, 6 deletions
diff --git a/net/tcpdmerge/distinfo b/net/tcpdmerge/distinfo
index 64e6a797654..18ea645c63d 100644
--- a/net/tcpdmerge/distinfo
+++ b/net/tcpdmerge/distinfo
@@ -1,4 +1,4 @@
-$NetBSD: distinfo,v 1.4 2009/06/05 10:10:07 hasso Exp $
+$NetBSD: distinfo,v 1.5 2011/12/07 15:17:29 joerg Exp $
SHA1 (tcpdmerge.c) = 6cf440a4f4802c28ab1cdbc71a6b1845efe062d6
RMD160 (tcpdmerge.c) = 27c46ae47f4b3a80bdbb7eb098ae0d96a3ac02d8
@@ -6,4 +6,4 @@ Size (tcpdmerge.c) = 9944 bytes
SHA1 (00README.TXT) = ee508be0ffc9004c3ef42d98cc3ce394081634be
RMD160 (00README.TXT) = 8d7042c50beb9261acc33edfdb3f28d6886e8f76
Size (00README.TXT) = 3388 bytes
-SHA1 (patch-aa) = 07d089acdf39fe1743f96afa3101c8a3f37e9174
+SHA1 (patch-aa) = 950e5227504d8fa7d3298641c44ef76f691dd78a
diff --git a/net/tcpdmerge/patches/patch-aa b/net/tcpdmerge/patches/patch-aa
index 8b3bfcb21af..20bfa7fa40e 100644
--- a/net/tcpdmerge/patches/patch-aa
+++ b/net/tcpdmerge/patches/patch-aa
@@ -1,13 +1,14 @@
-$NetBSD: patch-aa,v 1.1 2009/06/05 10:10:07 hasso Exp $
+$NetBSD: patch-aa,v 1.2 2011/12/07 15:17:30 joerg Exp $
---- tcpdmerge.c.orig 2009-06-05 12:48:50 +0300
-+++ tcpdmerge.c 2009-06-05 12:49:00 +0300
-@@ -45,7 +45,7 @@
+--- tcpdmerge.c.orig 2011-12-07 13:44:48.000000000 +0000
++++ tcpdmerge.c
+@@ -45,7 +45,8 @@
#include <stdlib.h>
#include <sys/types.h>
#include <pcap.h>
-#include <strings.h>
+#include <string.h>
++#include <unistd.h>
#ifdef __STDC__
#include <stdarg.h>
#else