summaryrefslogtreecommitdiffstats
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index e46bb69..2936771 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -547,11 +547,7 @@ struct pf_rule {
u_int32_t rt_listid;
u_int32_t nr;
u_int32_t prob;
-#ifdef PF_USER_INFO
uid_t cuid;
-#else
- u_int32_t cuid;
-#endif
pid_t cpid;
counter_u64_t states_cur;
@@ -1148,13 +1144,11 @@ struct pfi_kif {
#define PFI_IFLAG_SKIP 0x0100 /* skip filtering on interface */
struct pf_pdesc {
-#ifdef PF_USER_INFO
struct {
int done;
uid_t uid;
gid_t gid;
} lookup;
-#endif
u_int64_t tot_len; /* Make Mickey money */
union {
struct tcphdr *tcp;
OpenPOWER on IntegriCloud