git: 0ad26d40a403 - main - pf: remove XXX from the comments marking "holes" in the ioctls
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Thu, 29 May 2025 09:05:15 UTC
The branch main has been updated by kp: URL: https://cgit.FreeBSD.org/src/commit/?id=0ad26d40a403fabe578d8ab3133c9f222a5168bf commit 0ad26d40a403fabe578d8ab3133c9f222a5168bf Author: Kristof Provost <kp@FreeBSD.org> AuthorDate: 2025-05-27 12:11:17 +0000 Commit: Kristof Provost <kp@FreeBSD.org> CommitDate: 2025-05-29 07:14:58 +0000 pf: 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 Obtained from: OpenBSD, henning <henning@openbsd.org>, a44a24888a Sponsored by: Rubicon Communications, LLC ("Netgate") --- sys/net/pfvar.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h index 1cdd575366e8..82d74e08c14f 100644 --- a/sys/net/pfvar.h +++ b/sys/net/pfvar.h @@ -2059,7 +2059,6 @@ struct pfioc_iface { #define DIOCADDRULENV _IOWR('D', 4, struct pfioc_nv) #define DIOCGETRULES _IOWR('D', 6, struct pfioc_rule) #define DIOCGETRULENV _IOWR('D', 7, struct pfioc_nv) -/* XXX cut 8 - 17 */ #define DIOCCLRSTATESNV _IOWR('D', 18, struct pfioc_nv) #define DIOCGETSTATE _IOWR('D', 19, struct pfioc_state) #define DIOCGETSTATENV _IOWR('D', 19, struct pfioc_nv) @@ -2072,7 +2071,6 @@ struct pfioc_iface { #define DIOCGETSTATES _IOWR('D', 25, struct pfioc_states) #endif #define DIOCCHANGERULE _IOWR('D', 26, struct pfioc_rule) -/* XXX cut 26 - 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) @@ -2097,7 +2095,6 @@ struct pfioc_iface { #define DIOCGETADDRS _IOWR('D', 53, struct pfioc_pooladdr) #define DIOCGETADDR _IOWR('D', 54, struct pfioc_pooladdr) #define DIOCCHANGEADDR _IOWR('D', 55, struct pfioc_pooladdr) -/* XXX cut 55 - 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)