On Friday 09 October 2009 14:59:39 Denys Vlasenko wrote: > --- a/shell/hush.c > +++ b/shell/hush.c > @@ -86,6 +86,9 @@ > #endif > #include "math.h" > #include "match.h" > +#if ENABLE_ASH_RANDOM_SUPPORT > +# include "random.h" > +#endif
should be ENABLE_HUSH_RANDOM_SUPPORT ? -mike
signature.asc
Description: This is a digitally signed message part.
_______________________________________________ busybox mailing list [email protected] http://lists.busybox.net/mailman/listinfo/busybox
