[BusyBox] save 22 binary bytes

Matt Kraai kraai at alumni.carnegiemellon.edu
Wed May 16 11:05:47 UTC 2001


On Wed, May 16, 2001 at 09:55:51AM -0700, Larry Doolittle wrote:
> I like it!  One quibble, required to build on my system,
> probably a glibc-2.0.7 issue:
> 
> --- /home/ldoolitt/cvs/busybox/libbb/xgethostbyname.c	Wed May 16 08:40:51 2001
> +++ libbb/xgethostbyname.c	Wed May 16 09:48:19 2001
> @@ -23,6 +23,7 @@
>  
>  #include <netdb.h>
>  extern int h_errno;
> +#include "libbb.h"
>  
>  struct hostent *xgethostbyname(const char *name)
>  {

Whoops.  Thanks for the spotting.  It should now be fixed.

Matt





More information about the busybox mailing list