diff options
Diffstat (limited to 'init.c')
-rw-r--r-- | init.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -726,7 +726,6 @@ extern int init_main(int argc, char **argv) /* Now run everything that needs to be run */ - message(LOG|CONSOLE, "Running SYSINIT\n"); /* First run the sysinit command */ for( a=initActionList ; a; a=a->nextPtr) { if (a->action == SYSINIT) { |