summaryrefslogtreecommitdiff
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h4
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 */