From 1706a0112c859f2f3198968c769b04015f0e6baa Mon Sep 17 00:00:00 2001 From: Henning Brauer Date: Fri, 7 Oct 2011 14:24:11 +0000 Subject: remove inaccurate comment - we don't have state tableS any more, there is just one and the variable name is clear enough. ryan ok --- sys/net/pf.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/sys/net/pf.c b/sys/net/pf.c index 27ebc363176..b7cdbe13610 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.782 2011/09/28 17:15:45 bluhm Exp $ */ +/* $OpenBSD: pf.c,v 1.783 2011/10/07 14:24:10 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -99,8 +99,6 @@ /* * Global variables */ - -/* state tables */ struct pf_state_tree pf_statetbl; struct pf_altqqueue pf_altqs[2]; -- cgit v1.2.3