diff options
Diffstat (limited to 'core/elflink/kernel.c')
-rw-r--r-- | core/elflink/kernel.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/core/elflink/kernel.c b/core/elflink/kernel.c index 6cb33639..3ce2358d 100644 --- a/core/elflink/kernel.c +++ b/core/elflink/kernel.c @@ -10,8 +10,8 @@ #include "core.h" #include "core-elf.h" -char *globaldefault = NULL; -char *append = NULL; +const char *globaldefault = NULL; +const char *append = NULL; /* Will be called from readconfig.c */ int new_linux_kernel(char *okernel, char *ocmdline) |