summaryrefslogtreecommitdiffstats
path: root/md_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'md_p.h')
-rw-r--r--md_p.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/md_p.h b/md_p.h
index d6bb37a..99479b4 100644
--- a/md_p.h
+++ b/md_p.h
@@ -128,7 +128,7 @@ typedef struct mdp_superblock_s {
__u32 failed_disks; /* 4 Number of failed disks */
__u32 spare_disks; /* 5 Number of spare disks */
__u32 sb_csum; /* 6 checksum of the whole superblock */
-#ifdef __BIG_ENDIAN
+#if __BYTE_ORDER == __BIG_ENDIAN
__u32 events_hi; /* 7 high-order of superblock update count */
__u32 events_lo; /* 8 low-order of superblock update count */
#else