diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2011-10-07 14:24:11 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2011-10-07 14:24:11 +0000 |
commit | 1706a0112c859f2f3198968c769b04015f0e6baa (patch) | |
tree | 22a63c757b1759b1741b1a6522c08c8cdc83553a | |
parent | edf4f70ec65e8086a0a5c8e09660f44b2819cc4f (diff) |
remove inaccurate comment - we don't have state tableS any more, there is
just one and the variable name is clear enough. ryan ok
-rw-r--r-- | sys/net/pf.c | 4 |
1 files changed, 1 insertions, 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]; |