[BusyBox] return() instead of exit() for mount

Vladimir N. Oleynik dzo at simtreas.ru
Wed Feb 28 13:05:30 UTC 2001


Glenn McGrath wrote:
 
> If we use return instead of exit it saves 32 bytes, which surprises me.

Surprises? :))
Add surprises:
change code: rc = EXIT_BLA_BLA to return EXIT_BLA_BLA.

> Is there any reason to exit() from applets instead of return()'ing ?

Good if accurate, only in applet_main`s ;)


--w
vodz





More information about the busybox mailing list