diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-07-03 11:48:40 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2003-07-03 11:48:40 +0000 |
commit | eae3f7e5c5df622fee8f7f6fd6ca4745e2d0af4b (patch) | |
tree | a74d028d31708c0d3710c0f95a1acf423b4d253b /sys/net/pfvar.h | |
parent | 7e91f812e08632f0bb7ac90fdc35423bee97e1fb (diff) |
unused global. dhartmei ok
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r-- | sys/net/pfvar.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 919f75bdd4a..7c1504702b7 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.160 2003/06/30 19:09:25 henning Exp $ */ +/* $OpenBSD: pfvar.h,v 1.161 2003/07/03 11:48:39 itojun Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -786,8 +786,6 @@ struct pf_tagname { int ref; }; -TAILQ_HEAD(pf_tagnames, pf_tagname); - #define PFFRAG_FRENT_HIWAT 5000 /* Number of fragment entries */ #define PFFRAG_FRAG_HIWAT 1000 /* Number of fragmented packets */ #define PFFRAG_FRCENT_HIWAT 50000 /* Number of fragment cache entries */ |