]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
dracut-install: char* -> const char*
authorHarald Hoyer <harald@redhat.com>
Tue, 10 Oct 2017 11:39:17 +0000 (13:39 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 10 Oct 2017 11:39:17 +0000 (13:39 +0200)
install/dracut-install.c

index 95425e8dd011b78aaeed0af6e1da2de5c57aaa1a..82e882cc562387b89902ea0e2cf6a5fca8909581 100644 (file)
@@ -1392,7 +1392,7 @@ static int install_modules(int argc, char **argv)
         struct kmod_module *mod = NULL, *mod_o = NULL;
 
         const char *modname = NULL;
-        char *abskpath = NULL;
+        const char *abskpath = NULL;
         char *p;
         int i;