[BusyBox] Re: ifconfig: Clean up. [PATCH]

Shaun Jackman sjackman at gmail.com
Wed Jul 27 01:09:33 MDT 2005


On 7/26/05, Rob Landley <rob at landley.net> wrote:
> I applied a variant of this.  I cleaned up busybox.h and libbb.h to not do the
> #ifndef/#endif around the inclusion but instead have it inside bb_config.h
> (the way every other .h file does it).

Great! The bb_config.h armour looks better. Nice touch.
 
> P.S.  What does the addition of #include <unistd.h> do?

It's for the declaration of close(2).

> And now, to finish forward porting the mount rewrite which, among other
> things, gets loop.c compiling again...

On to bigger and better things!

Cheers,
Shaun


More information about the busybox mailing list