|
|
@@ -37,7 +37,7 @@ static struct option longopts[] = {
|
|
|
{ NULL, 0, NULL, 0 }
|
|
|
};
|
|
|
|
|
|
-void cmd_help(){
|
|
|
+void cmd_help(void){
|
|
|
printf("Usage: bootstrapTool [OPTIONS] BOOTSTRAP_FOLDER\n");
|
|
|
printf("Makes various modifications to a raw bootstrap folder\n\n");
|
|
|
|
|
|
@@ -51,7 +51,7 @@ void cmd_help(){
|
|
|
printf("\n");
|
|
|
}
|
|
|
|
|
|
-int main(int argc, const char * argv[]) {
|
|
|
+int main(int argc, char **argv) {
|
|
|
@autoreleasepool {
|
|
|
|
|
|
setuid(0);
|