On Wed, Jul 2, 2014 at 10:43 PM, John Spencer <[email protected]>
wrote:

> Laszlo Papp wrote:
>
>> +#include <linux/types.h>
>>  # define FAT_IOCTL_GET_ATTRIBUTES        _IOR('r', 0x10, __u32)
>>  # define FAT_IOCTL_SET_ATTRIBUTES        _IOW('r', 0x11, __u32)
>>
>
> rather than pulling in known-broken linux headers
> i'd prefer usage of stdint.h's uint32_t or just "unsigned" instead of __u32
>
>
Actually, this header is thoroughly used throughout busybox. Either way,
fixing the build ASAP is more important than personal preferences IMHO.
_______________________________________________
busybox mailing list
[email protected]
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to