From eae3f7e5c5df622fee8f7f6fd6ca4745e2d0af4b Mon Sep 17 00:00:00 2001 From: Jun-ichiro itojun Hagino Date: Thu, 3 Jul 2003 11:48:40 +0000 Subject: unused global. dhartmei ok --- sys/net/pfvar.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'sys/net/pfvar.h') 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 */ -- cgit v1.2.3