Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/netbsd-2-1]: src/sys/netinet6 Repair a patching error from previous revi...
details: https://anonhg.NetBSD.org/src/rev/2a21eb7164e0
branches: netbsd-2-1
changeset: 564191:2a21eb7164e0
user: riz <riz%NetBSD.org@localhost>
date: Sun May 28 13:44:02 2006 +0000
description:
Repair a patching error from previous revision (ticket #10626)
diffstat:
sys/netinet6/ip6_input.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r fcd326dcc701 -r 2a21eb7164e0 sys/netinet6/ip6_input.c
--- a/sys/netinet6/ip6_input.c Wed May 24 02:38:51 2006 +0000
+++ b/sys/netinet6/ip6_input.c Sun May 28 13:44:02 2006 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: ip6_input.c,v 1.73.2.1.4.1 2006/05/24 02:37:19 riz Exp $ */
+/* $NetBSD: ip6_input.c,v 1.73.2.1.4.2 2006/05/28 13:44:02 riz Exp $ */
/* $KAME: ip6_input.c,v 1.188 2001/03/29 05:34:31 itojun Exp $ */
/*
@@ -62,7 +62,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.73.2.1.4.1 2006/05/24 02:37:19 riz Exp $");
+__KERNEL_RCSID(0, "$NetBSD: ip6_input.c,v 1.73.2.1.4.2 2006/05/28 13:44:02 riz Exp $");
#include "opt_inet.h"
#include "opt_ipsec.h"
@@ -1017,7 +1017,7 @@
#endif
/* some OSes call this logic with IPv4 packet, for SO_TIMESTAMP */
- if ((ip6->ip6_vfc & IPV6_VERSION_MASK) !=3D IPV6_VERSION)
+ if ((ip6->ip6_vfc & IPV6_VERSION_MASK) != IPV6_VERSION)
return;
if (in6p->in6p_flags & IN6P_RECVDSTADDR) {
Home |
Main Index |
Thread Index |
Old Index