]> git.ipfire.org Git - thirdparty/util-linux.git/commit
libmount/hooks: make `hooksets` array const
authorMax Kellermann <max.kellermann@gmail.com>
Mon, 18 Nov 2024 11:18:06 +0000 (12:18 +0100)
committerMax Kellermann <max.kellermann@gmail.com>
Mon, 18 Nov 2024 11:20:56 +0000 (12:20 +0100)
commit7c5fca67f94f493d18ae9e1fbc6540978cde5173
tree736f16881adf8dec0922e2f1c86c30b6d0951da5
parent4c4b248c68149089c8be2f830214bb2be693307e
libmount/hooks: make `hooksets` array const

The pointed-to structures were const, but the pointers were not.
libmount/src/hooks.c