]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Const-poison the cam_sim_* convenience accessor functions.
authorWarner Losh <imp@FreeBSD.org>
Thu, 9 Jan 2020 16:34:54 +0000 (16:34 +0000)
committerWarner Losh <imp@FreeBSD.org>
Thu, 9 Jan 2020 16:34:54 +0000 (16:34 +0000)
commit0b4da9c8e450132c61acbd19aa6796efe82e6105
tree29df074ecbe5ab3714590fb49b17d988e88f9a42
parentdfead4180ef35d6e9dd4a9e4c22acaa72f0ff61b
Const-poison the cam_sim_* convenience accessor functions.

These don't modify the cam_sim, so make that parameter const.
sys/cam/cam_sim.h