summaryrefslogtreecommitdiff
path: root/net/tcpflow/patches/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'net/tcpflow/patches/patch-aa')
-rw-r--r--net/tcpflow/patches/patch-aa5
1 files changed, 2 insertions, 3 deletions
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;