diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2017-05-30 19:40:55 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2017-05-30 19:40:55 +0000 |
commit | 04dcac431c6a7d21e64609e6234fb1f4c35ed47f (patch) | |
tree | 41e2a723803ed4c6be2b4f867db8189ced964e8a /sys | |
parent | 6064c1f4381dd2211880777a1f8cad1be5e6c999 (diff) |
remove XXX from the comments marking "holes" in the ioctls. I see very
very little value in these comments at all, but the XXX is just wrong and
in the way when looking for real XXXs. phessler agrees
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pfvar.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index da2eb79af52..dd75c72044d 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfvar.h,v 1.456 2017/05/30 19:37:54 henning Exp $ */ +/* $OpenBSD: pfvar.h,v 1.457 2017/05/30 19:40:54 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -1545,7 +1545,7 @@ struct pfioc_iface { #define DIOCADDRULE _IOWR('D', 4, struct pfioc_rule) #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule) #define DIOCGETRULE _IOWR('D', 7, struct pfioc_rule) -/* XXX cut 8 - 17 */ +/* cut 8 - 17 */ #define DIOCCLRSTATES _IOWR('D', 18, struct pfioc_state_kill) #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state) #define DIOCSETSTATUSIF _IOWR('D', 20, struct pfioc_iface) @@ -1555,15 +1555,15 @@ struct pfioc_iface { #define DIOCSETDEBUG _IOWR('D', 24, u_int32_t) #define DIOCGETSTATES _IOWR('D', 25, struct pfioc_states) #define DIOCCHANGERULE _IOWR('D', 26, struct pfioc_rule) -/* XXX cut 27 - 28 */ +/* cut 27 - 28 */ #define DIOCSETTIMEOUT _IOWR('D', 29, struct pfioc_tm) #define DIOCGETTIMEOUT _IOWR('D', 30, struct pfioc_tm) #define DIOCADDSTATE _IOWR('D', 37, struct pfioc_state) -/* XXX cut 38 */ +/* cut 38 */ #define DIOCGETLIMIT _IOWR('D', 39, struct pfioc_limit) #define DIOCSETLIMIT _IOWR('D', 40, struct pfioc_limit) #define DIOCKILLSTATES _IOWR('D', 41, struct pfioc_state_kill) -/* XXX cut 42 - 57 */ +/* cut 42 - 57 */ #define DIOCGETRULESETS _IOWR('D', 58, struct pfioc_ruleset) #define DIOCGETRULESET _IOWR('D', 59, struct pfioc_ruleset) #define DIOCRCLRTABLES _IOWR('D', 60, struct pfioc_table) |