diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2012-07-13 11:14:05 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2012-07-13 11:14:05 +0000 |
commit | c39ab8589f2d6913986511d0c2a7bea296b5d37d (patch) | |
tree | 9f423f29699a6f4d3714e63483398d69a8cc45d0 /sys/net | |
parent | 156ed928be59249d2cdc1729d3eb750dc84bb622 (diff) |
remove confuzzling comment
:dlg: the xxx can go
...and this time commit to the real repo and not the one on my laptop
Diffstat (limited to 'sys/net')
-rw-r--r-- | sys/net/pfvar.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 873f235b0db..3580ec40809 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.365 2012/07/10 09:38:22 henning Exp $ */ +/* $OpenBSD: pfvar.h,v 1.366 2012/07/13 11:14:04 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -844,10 +844,7 @@ struct pf_state { u_int8_t log; u_int8_t timeout; u_int8_t sync_state; /* PFSYNC_S_x */ - - /* XXX */ u_int8_t sync_updates; - int rtableid[2]; /* rtables stack and wire */ u_int8_t min_ttl; u_int8_t set_tos; |