# HG changeset patch # User Pascal Bellard # Date 1407946496 -7200 # Node ID 66ded06f27d916aa9078fb50dfc6d074aeb23634 # Parent 51c17c81e2665f5f7ab5acbb075e79690a61f33b busybox/fatattr: fix arm arch diff -r 51c17c81e266 -r 66ded06f27d9 busybox/stuff/busybox-1.22-fatattr.u --- a/busybox/stuff/busybox-1.22-fatattr.u Wed Aug 13 14:10:10 2014 +0200 +++ b/busybox/stuff/busybox-1.22-fatattr.u Wed Aug 13 18:14:56 2014 +0200 @@ -66,10 +66,10 @@ +#include "libbb.h" +/* linux/msdos_fs.h says: */ +#ifndef FAT_IOCTL_GET_ATTRIBUTES -+# define FAT_IOCTL_GET_ATTRIBUTES _IOR('r', 0x10, __u32) ++# define FAT_IOCTL_GET_ATTRIBUTES _IOR('r', 0x10, uint32_t) +#endif +#ifndef FAT_IOCTL_SET_ATTRIBUTES -+# define FAT_IOCTL_SET_ATTRIBUTES _IOW('r', 0x11, __u32) ++# define FAT_IOCTL_SET_ATTRIBUTES _IOW('r', 0x11, uint32_t) +#endif + +#define OPT_ADD 1