[BusyBox] build error for "devfsd.c"

Manuel Novoa III mjn3 at codepoet.org
Thu Feb 5 14:47:40 UTC 2004


On Thu, Feb 05, 2004 at 08:20:18AM -0500, Robert P. J. Day wrote:
>   two observations regarding building in "devfsd" into BB.  first, although
> i don't need it, i was doing the aforementioned "make allyesconfig" to build
> a complete BB for our test environment.  on a red hat FC 1 system, what i
> got was:
> 

You have dmalloc enabled and dmalloc.h was being included prior to
stdlib.h.  I just checked in a fix to libbb.h and busybox.h which
ensures that stdlib.h is always included before dmalloc.h.

Manuel



More information about the busybox mailing list