summaryrefslogtreecommitdiff
path: root/zombie.c
diff options
context:
space:
mode:
delete unnecessary #include lines
Diffstat (limited to 'zombie.c')
-rw-r--r--zombie.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/zombie.c b/zombie.c
index 07ad798..077c02c 100644
--- a/zombie.c
+++ b/zombie.c
@@ -8,8 +8,6 @@
int
main(void)
{
- int i;
-
if(fork() > 0)
sleep(5); // Let child exit before parent.
exit();