Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/net/npf npf(9): Another comment tweak to match upstream.
details: https://anonhg.NetBSD.org/src/rev/411d67daa2de
branches: trunk
changeset: 373167:411d67daa2de
user: riastradh <riastradh%NetBSD.org@localhost>
date: Sun Jan 22 18:45:43 2023 +0000
description:
npf(9): Another comment tweak to match upstream.
No functional change.
diffstat:
sys/net/npf/npf_tableset.c | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diffs (21 lines):
diff -r a2908e0e86cf -r 411d67daa2de sys/net/npf/npf_tableset.c
--- a/sys/net/npf/npf_tableset.c Sun Jan 22 18:39:35 2023 +0000
+++ b/sys/net/npf/npf_tableset.c Sun Jan 22 18:45:43 2023 +0000
@@ -46,7 +46,7 @@
#ifdef _KERNEL
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: npf_tableset.c,v 1.39 2023/01/22 18:39:22 riastradh Exp $");
+__KERNEL_RCSID(0, "$NetBSD: npf_tableset.c,v 1.40 2023/01/22 18:45:43 riastradh Exp $");
#include <sys/param.h>
#include <sys/types.h>
@@ -101,7 +101,7 @@
/*
* Table ID, type and lock. The ID may change during the
- * config reload, it is protected by the npf->config_lock.
+ * config reload, it is protected by the npf_t::config_lock.
*/
int t_type;
unsigned t_id;
Home |
Main Index |
Thread Index |
Old Index