On Tuesday 15 July 2008 09:24, Loïc Grenié wrote:
> 2008/7/15 Denys Vlasenko <[EMAIL PROTECTED]>:
> > On Tuesday 15 July 2008 08:58, Loïc Grenié wrote:
> >>      This is a patch that implements a config option for the
> >>   fractional sleep arguments.
> >
> > -#if ENABLE_FEATURE_FANCY_SLEEP
> > +#if ENABLE_FEATURE_FANCY_SLEEP && !ENABLE_FEATURE_FLOAT_SLEEP
> >  static const struct suffix_mult sfx[] = {
> >
> > But fractional second sleep needs sfx[],
> > because "sleep 0.9m" should work too (coreutils does that).
> > You might also wat to mention that in help text.
> 
>     My bad.

Applied. But I changed these options to boolean.
It's easier to do randomconfig tests this way.
Also, one option less to record in .config
--
vda
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox

Reply via email to