Problems at shutdown
Andy Green
andy at warmcat.com
Wed Nov 29 04:58:33 PST 2006
Bernhard Fischer wrote:
>> #else
>> # define USAGE_MOUNT_FORCE(a)
>> #endif
>> +
>> +#if ENABLE_FEATURE_UMOUNT_ALL
>> +# define USAGE_UMOUNT_ALL(a) a
>> +#else
>> +# define USAGE_UMOUNT_ALL(a)
>> +#endif
>
> no.
Can you give me some more precision than 'no'? I'm afraid I have no
idea what your objection is to such a simple patch using the structure
that was found in the sources already (just above). Here was I thinking
I was a good citizen doing it this extended way.
> Please resend (would be awesome if you could cleanup the other uses of
> USAGE_MTAB while you're at it), thanks
Clean == #if around the string literals directly, or what?
-Andy
More information about the busybox
mailing list