summaryrefslogtreecommitdiff
path: root/init.c
diff options
context:
space:
mode:
Diffstat (limited to 'init.c')
-rw-r--r--init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.c b/init.c
index b952689..fbd4497 100644
--- a/init.c
+++ b/init.c
@@ -33,6 +33,6 @@ main(void)
exit();
}
while((wpid=wait()) >= 0 && wpid != pid)
- ;
+ puts("zombie!\n");
}
}