wok rev 17018

busybox/fatattr: fix arm arch
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Aug 13 18:14:56 2014 +0200 (2014-08-13)
parents 51c17c81e266
children c2adf248c87b
files busybox/stuff/busybox-1.22-fatattr.u
line diff
     1.1 --- a/busybox/stuff/busybox-1.22-fatattr.u	Wed Aug 13 14:10:10 2014 +0200
     1.2 +++ b/busybox/stuff/busybox-1.22-fatattr.u	Wed Aug 13 18:14:56 2014 +0200
     1.3 @@ -66,10 +66,10 @@
     1.4  +#include "libbb.h"
     1.5  +/* linux/msdos_fs.h says: */
     1.6  +#ifndef FAT_IOCTL_GET_ATTRIBUTES
     1.7 -+# define FAT_IOCTL_GET_ATTRIBUTES        _IOR('r', 0x10, __u32)
     1.8 ++# define FAT_IOCTL_GET_ATTRIBUTES        _IOR('r', 0x10, uint32_t)
     1.9  +#endif
    1.10  +#ifndef FAT_IOCTL_SET_ATTRIBUTES
    1.11 -+# define FAT_IOCTL_SET_ATTRIBUTES        _IOW('r', 0x11, __u32)
    1.12 ++# define FAT_IOCTL_SET_ATTRIBUTES        _IOW('r', 0x11, uint32_t)
    1.13  +#endif
    1.14  +
    1.15  +#define OPT_ADD 1