OrionUserland
Barry Using POSIX names in structs 2e11092 (2 years, 4 months ago)diff --git a/init/main.c b/init/main.c index 0eb2b3b..dc8b70b 100644 --- a/init/main.c +++ b/init/main.c @@ -9,7 +9,7 @@ int main(int argc, char *argv[]) { if (getpid() != 1) { - printf("init will not run except as PID#1"); + printf("init will not run except as PID#1\n"); abort(); }