]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
MFC r345312: iflib: mark isc_driver_version as constant
authorerj <erj@FreeBSD.org>
Mon, 6 May 2019 21:31:02 +0000 (21:31 +0000)
committererj <erj@FreeBSD.org>
Mon, 6 May 2019 21:31:02 +0000 (21:31 +0000)
commit9360a37070c4562b2323693452bbdc15d3123eaf
tree191421b003b7d6dd780458e18a94681e74555d50
parent36bae8133e348acaf2a758668fedf9acc038c2a3
MFC r345312: iflib: mark isc_driver_version as constant

(Additional comment by erj: This also adds a new sysctl_add_oid macro,
SYSCTL_ADD_CONST_STRING, for displaying const strings. This commit also
includes an edit to the sysctl.9 man page for it.)

Sponsored by: Intel Corporation
share/man/man9/sysctl.9
sys/net/iflib.c
sys/net/iflib.h
sys/sys/sysctl.h