From: henning Date: Tue, 30 May 2017 19:40:54 +0000 (+0000) Subject: remove XXX from the comments marking "holes" in the ioctls. I see very X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=a44a24888a2834b3e8a6951c511390b93dc43d4c;p=openbsd 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 --- 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)