rc: fix compiler warnings cleanup

This reverts commit 981d2b3308 and fixes
the warnings that generated.
This commit is contained in:
William Hubbs
2016-01-05 00:57:40 -06:00
parent 53bc986ce5
commit fe485f4433
4 changed files with 15 additions and 15 deletions

View File

@@ -40,7 +40,7 @@ static void set_quiet_options(void)
_noreturn static void
show_version(void)
{
char *systype = NULL;
const char *systype = NULL;
printf("%s (OpenRC", applet);
systype = detect_container();