BarryServer : Git

All the code for all my projects
// BarryServer : Git / OrionUserland / commit / 2e110925c3be315a94bfbf15cecbdaa0746bfe32 / init / main.c

// Related

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();
 	}