]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
bootctl: drop const from non-pointer function argument
authorLennart Poettering <lennart@poettering.net>
Fri, 19 Jul 2019 16:27:39 +0000 (18:27 +0200)
committerLennart Poettering <lennart@poettering.net>
Thu, 25 Jul 2019 15:10:51 +0000 (17:10 +0200)
src/boot/bootctl.c

index f786c8d1e96da5e162c57e23fe393267671729f6..66bc3dc342bc983770df955b6d30372ff20cfaea 100644 (file)
@@ -651,7 +651,7 @@ static int install_binaries(const char *esp_path, bool force) {
         return r;
 }
 
-static bool same_entry(uint16_t id, const sd_id128_t uuid, const char *path) {
+static bool same_entry(uint16_t id, sd_id128_t uuid, const char *path) {
         _cleanup_free_ char *opath = NULL;
         sd_id128_t ouuid;
         int r;