busybox/init
Bernhard Reutner-Fischer c58dbf28e0 - 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
2006-05-30 12:16:54 +00:00
..
Config.in - DEBUG_INIT -> config CONFIG_DEBUG_INIT 2006-05-29 13:08:35 +00:00
halt.c - provide fallback defines for non-linux 2006-05-26 20:34:02 +00:00
init_shared.c - use portability wrapper define bb_setpgrp. 2006-05-26 14:24:56 +00:00
init_shared.h Support reboot, halt, and poweroff independent of busybox init. 2003-07-22 09:41:39 +00:00
init.c - remove useless variable "status" from init_main. 2006-05-30 12:16:54 +00:00
Makefile pull Rules.mak from top_srcdir as pointed out by Robert P. J. Day on the mailing list 2006-05-13 02:33:09 +00:00
Makefile.in - revert back to r14406 2006-03-13 19:04:00 +00:00
mesg.c Robert P. Day removed 8 gazillion occurrences of "extern" on function 2006-03-06 20:47:33 +00:00