diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2005-10-13 12:54:02 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2005-10-13 12:54:02 +0000 |
commit | 18172bbea7adb4a87b92e5ad6b184b0a846df431 (patch) | |
tree | f075716079ba55da9423a77f53cc1e45aa36983d /sbin/pfctl | |
parent | 873596e3aa77600512af5a6b533a4a45e43d4cfa (diff) |
dead defines
Diffstat (limited to 'sbin/pfctl')
-rw-r--r-- | sbin/pfctl/pfctl_parser.h | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/pfctl/pfctl_parser.h b/sbin/pfctl/pfctl_parser.h index 5f3294292a3..3129a8767ec 100644 --- a/sbin/pfctl/pfctl_parser.h +++ b/sbin/pfctl/pfctl_parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.h,v 1.80 2005/02/07 18:18:14 david Exp $ */ +/* $OpenBSD: pfctl_parser.h,v 1.81 2005/10/13 12:54:01 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -117,10 +117,6 @@ struct node_host { struct node_host *next; struct node_host *tail; }; -/* special flags used by ifa_exists */ -#define PF_IFA_FLAG_GROUP 0x10000 -#define PF_IFA_FLAG_DYNAMIC 0x20000 -#define PF_IFA_FLAG_CLONABLE 0x40000 struct node_os { char *os; |