summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
Diffstat (limited to 'init')
-rw-r--r--init/init.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/init/init.c b/init/init.c
index 607a1f3e0..d7d14a2d5 100644
--- a/init/init.c
+++ b/init/init.c
@@ -1125,7 +1125,7 @@ int init_main(int argc, char **argv)
1125 } 1125 }
1126 } 1126 }
1127 /* see if anyone else is waiting to be reaped */ 1127 /* see if anyone else is waiting to be reaped */
1128 wpid = waitpid (-1, NULL, WNOHANG); 1128 wpid = waitpid(-1, NULL, WNOHANG);
1129 } 1129 }
1130 } 1130 }
1131} 1131}