diff options
Diffstat (limited to 'kexec/kexec.h')
-rw-r--r-- | kexec/kexec.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kexec/kexec.h b/kexec/kexec.h index ebc5a95..5f00525 100644 --- a/kexec/kexec.h +++ b/kexec/kexec.h @@ -261,6 +261,6 @@ static inline int __attribute__ ((format (printf, 1, 2))) dbgprintf(const char *fmt, ...) {return 0;} #endif -const char *concat_cmdline(const char *base, const char *append); +char *concat_cmdline(const char *base, const char *append); #endif /* KEXEC_H */ |