summaryrefslogtreecommitdiff
path: root/net/tcpflow
diff options
context:
space:
mode:
authorcjs <cjs@pkgsrc.org>2004-08-25 07:56:18 +0000
committercjs <cjs@pkgsrc.org>2004-08-25 07:56:18 +0000
commit03daadfac53438930c1825910db0407fc2bcb51d (patch)
tree5af5c950aea3387575dc767558c683434cfb5a33 /net/tcpflow
parent9186e5831b18f4dfe5c88e01eb6998e6974c3f9e (diff)
downloadpkgsrc-03daadfac53438930c1825910db0407fc2bcb51d.tar.gz
Rather than saying "family = family;", say nothing at all. This does not
change the way the program works, so the package version has not been changed.
Diffstat (limited to 'net/tcpflow')
-rw-r--r--net/tcpflow/distinfo4
-rw-r--r--net/tcpflow/patches/patch-aa5
2 files changed, 4 insertions, 5 deletions
diff --git a/net/tcpflow/distinfo b/net/tcpflow/distinfo
index 94dff81f8d2..d5417d63e0e 100644
--- a/net/tcpflow/distinfo
+++ b/net/tcpflow/distinfo
@@ -1,5 +1,5 @@
-$NetBSD: distinfo,v 1.2 2004/08/20 07:10:53 cjs Exp $
+$NetBSD: distinfo,v 1.3 2004/08/25 07:56:18 cjs Exp $
SHA1 (tcpflow-0.20.tar.gz) = 833d369e36828fa132106df93c604cc1c42c23c7
Size (tcpflow-0.20.tar.gz) = 72131 bytes
-SHA1 (patch-aa) = cf3774eb228191bf1b7b42820022f12990dfca99
+SHA1 (patch-aa) = 20745c63984205324fa8f3ea17035376a1d10844
diff --git a/net/tcpflow/patches/patch-aa b/net/tcpflow/patches/patch-aa
index 63c69a3bc02..460d9e52c87 100644
--- a/net/tcpflow/patches/patch-aa
+++ b/net/tcpflow/patches/patch-aa
@@ -1,13 +1,12 @@
-$NetBSD: patch-aa,v 1.1 2004/08/20 07:10:53 cjs Exp $
+$NetBSD: patch-aa,v 1.2 2004/08/25 07:56:18 cjs Exp $
--- datalink.c.orig 1999-04-21 10:40:13.000000000 +0900
+++ datalink.c 2004-08-20 16:02:02.000000000 +0900
-@@ -64,7 +64,7 @@
+@@ -64,7 +64,6 @@
#ifndef DLT_NULL_BROKEN
/* make sure this is AF_INET */
memcpy((char *)&family, (char *)p, sizeof(family));
- family = ntohl(family);
-+ family = family;
if (family != AF_INET) {
DEBUG(6) ("warning: received non-AF_INET null frame (type %d)", family);
return;