On Fri, Jul 4, 2014 at 2:47 PM, Denys Vlasenko <vda.li...@googlemail.com>
wrote:

> On Fri, Jul 4, 2014 at 3:26 PM, Laszlo Papp <lp...@kde.org> wrote:
> >> > -# define FAT_IOCTL_GET_ATTRIBUTES        _IOR('r', 0x10, __u32)
> >> > -# define FAT_IOCTL_SET_ATTRIBUTES        _IOW('r', 0x11, __u32)
> >> > +# define FAT_IOCTL_GET_ATTRIBUTES        _IOR('r', 0x10, uint32_t)
> >> > +# define FAT_IOCTL_SET_ATTRIBUTES        _IOW('r', 0x11, uint32_t)
> >> >  #endif
> >> >
> >> >  /* Currently supports only the FAT flags, not the NTFS ones.
> >>
> >>
> >> Applied, thanks!
> >>
> >> (why kernel doesn't just use std types?...)
> >
> > What do you mean by "std types"?
>
> Like uint32_t
>

As indicated before, it was only introduced in C99. The kernel project
predates that for one.
_______________________________________________
busybox mailing list
busybox@busybox.net
http://lists.busybox.net/mailman/listinfo/busybox

Reply via email to