diff options
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r-- | sys/net/pfvar.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index db3229c5267..bee6633947e 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.256 2007/08/30 13:07:06 henning Exp $ */ +/* $OpenBSD: pfvar.h,v 1.257 2007/08/31 12:37:50 thib Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1275,10 +1275,6 @@ struct pf_altq { u_int32_t qid; /* return value */ }; -struct pf_tag { - u_int16_t tag; /* tag id */ -}; - struct pf_tagname { TAILQ_ENTRY(pf_tagname) entries; char name[PF_TAG_NAME_SIZE]; |