diff options
Diffstat (limited to 'ext2fs/xattr.h')
-rw-r--r-- | ext2fs/xattr.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext2fs/xattr.h b/ext2fs/xattr.h index 245f896e..46c4fa26 100644 --- a/ext2fs/xattr.h +++ b/ext2fs/xattr.h @@ -80,6 +80,6 @@ struct ext2_xattr_entry (entry->e_name_len))) /* Checks if this entry is the last (not valid) one. */ -#define EXT2_XATTR_ENTRY_LAST(entry) (*(unsigned long *) entry == 0UL) +#define EXT2_XATTR_ENTRY_LAST(entry) (*(uint32_t *) entry == 0UL) #endif |