commit | 8dc0e1929e3af3b1673e5a8e486808386400c020 | [log] [tgz] |
---|---|---|
author | Denys Vlasenko <vda.linux@googlemail.com> | Wed Sep 16 00:58:11 2009 +0200 |
committer | Denys Vlasenko <vda.linux@googlemail.com> | Wed Sep 16 00:58:11 2009 +0200 |
tree | 0550684999338af8f15de76c5599f9dead3fdfd6 | |
parent | f2c184be835fbcbd04d06fce22783c6a5d37b563 [diff] [blame] |
use PACKED macro insted of open-coding GCC-ism Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
diff --git a/util-linux/volume_id/linux_raid.c b/util-linux/volume_id/linux_raid.c index cc02469..b691f20 100644 --- a/util-linux/volume_id/linux_raid.c +++ b/util-linux/volume_id/linux_raid.c
@@ -37,7 +37,7 @@ uint32_t set_uuid1; uint32_t set_uuid2; uint32_t set_uuid3; -} __attribute__((packed)); +} PACKED; #define MD_RESERVED_BYTES 0x10000 #define MD_MAGIC 0xa92b4efc