]> git.ipfire.org Git - thirdparty/systemd.git/commit
boot: const arguments should be const
authorLennart Poettering <lennart@poettering.net>
Tue, 9 Nov 2021 22:49:01 +0000 (23:49 +0100)
committerLennart Poettering <lennart@poettering.net>
Thu, 11 Nov 2021 16:22:23 +0000 (17:22 +0100)
commit1ce915a91c84fd775de93c54f4eb2e8735e18153
treee3b9ef2f47a6e6af63f1ef89972089071a743fb0
parentb78a282181fc6bb347a682fe07c8d5579d0c4f3d
boot: const arguments should be const

Unfortunately they forgot the "const" decoration on the MetaiMatch()
prototype, but let that omission not leak into our code, let's hide it
away in the innermost use.
src/boot/efi/boot.c