- remove useless variable "status" from init_main.
authorBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 30 May 2006 12:16:54 +0000 (12:16 -0000)
committerBernhard Reutner-Fischer <rep.dot.nop@gmail.com>
Tue, 30 May 2006 12:16:54 +0000 (12:16 -0000)
commitc58dbf28e06b68a852028663b342eca98e739ab5
tree5723f3087eb5acc5ee759cd125d97c7d64f7ddca
parent3ab3080bc2c52216b5f4fb2ffbef74ec5e6c1d86
- remove useless variable "status" from init_main.
http://www.opengroup.org/onlinepubs/009695399/functions/waitpid.html suggests
that we need not specify a status if we don't want, and we don't.
"If wait() or waitpid() return because the status of a child process is available, these functions shall return a value equal to the process ID of the child process. In this case, if the value of the argument stat_loc is not a null pointer, information shall be stored in the location pointed to by stat_loc.  "
   text    data     bss     dec     hex filename
   5391      32       8    5431    1537 init/init.o.06
   5379      32       8    5419    152b init/init.o
init/init.c