summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2005-06-13 20:54:51 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2005-06-13 20:54:51 +0000
commit9bf2e7746d9aa448f98b7f4d796d75d1e9d07cd7 (patch)
tree48cf99c281b3e8590b81d748b57d28f299bc3d40
parent838499cb6493e2168e5d88862d18ad60ba50fc99 (diff)
spurious XXX comment left over from interface abstraction code whacking
-rw-r--r--sys/net/pfvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 8dc406994ba..e768b369842 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.223 2005/06/13 20:17:25 henning Exp $ */
+/* $OpenBSD: pfvar.h,v 1.224 2005/06/13 20:54:50 henning Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -863,7 +863,7 @@ struct pfi_kif {
char pfik_name[IFNAMSIZ];
u_int64_t pfik_packets[2][2][2];
u_int64_t pfik_bytes[2][2][2];
- u_int32_t pfik_tzero; /* XXX */
+ u_int32_t pfik_tzero;
int pfik_flags;
struct pf_state_tree_lan_ext pfik_lan_ext;
struct pf_state_tree_ext_gwy pfik_ext_gwy;