Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net/npf Make a comment consistent with the code.
details: https://anonhg.NetBSD.org/src/rev/2ca108e29791
branches: trunk
changeset: 771149:2ca108e29791
user: jakllsch <jakllsch%NetBSD.org@localhost>
date: Sat Nov 12 14:51:41 2011 +0000
description:
Make a comment consistent with the code.
diffstat:
sys/net/npf/npf_inet.c | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diffs (27 lines):
diff -r 7953edd7adcb -r 2ca108e29791 sys/net/npf/npf_inet.c
--- a/sys/net/npf/npf_inet.c Sat Nov 12 13:44:26 2011 +0000
+++ b/sys/net/npf/npf_inet.c Sat Nov 12 14:51:41 2011 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: npf_inet.c,v 1.8 2011/11/06 02:49:03 rmind Exp $ */
+/* $NetBSD: npf_inet.c,v 1.9 2011/11/12 14:51:41 jakllsch Exp $ */
/*-
* Copyright (c) 2009-2011 The NetBSD Foundation, Inc.
@@ -34,7 +34,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npf_inet.c,v 1.8 2011/11/06 02:49:03 rmind Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npf_inet.c,v 1.9 2011/11/12 14:51:41 jakllsch Exp $");
#include <sys/param.h>
#include <sys/kernel.h>
@@ -374,7 +374,7 @@
return false;
}
- /* Cache: layer 4 - ICMP. */
+ /* Cache: layer 4 - UDP. */
npc->npc_info |= (NPC_LAYER4 | NPC_UDP);
return true;
}
Home |
Main Index |
Thread Index |
Old Index