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/unused_minix.c b/util-linux/volume_id/unused_minix.c index 2f52093..4f4f8a7 100644 --- a/util-linux/volume_id/unused_minix.c +++ b/util-linux/volume_id/unused_minix.c
@@ -31,7 +31,7 @@ uint16_t s_magic; uint16_t s_state; uint32_t s_zones; -} __attribute__((__packed__)); +} PACKED; #define MINIX_SUPERBLOCK_OFFSET 0x400