svn commit: r240026 - head/sys/kern

Andriy Gapon avg at FreeBSD.org
Sun Sep 2 19:04:10 UTC 2012


on 02/09/2012 20:39 Andrey Zonov said the following:
> CTLFLAG_RDTUN | CTLFLAG_RW

This combination looks like nonsense to me (because of "RD").

CTLFLAG_RDTUN    Advisory flag that a system tunable also exists for this
                 variable; however, the run-time variable is read-only.

Probably you meant CTLFLAG_RW | CTLFLAG_TUN

-- 
Andriy Gapon


More information about the svn-src-all mailing list