summaryrefslogtreecommitdiff
path: root/shlibs/blkid/src/probers/romfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'shlibs/blkid/src/probers/romfs.c')
-rw-r--r--shlibs/blkid/src/probers/romfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/shlibs/blkid/src/probers/romfs.c b/shlibs/blkid/src/probers/romfs.c
index b5c20ab7..e70db090 100644
--- a/shlibs/blkid/src/probers/romfs.c
+++ b/shlibs/blkid/src/probers/romfs.c
@@ -21,7 +21,7 @@ struct romfs_super_block {
unsigned char ros_magic[8];
uint32_t ros_dummy1[2];
unsigned char ros_volume[16];
-};
+} __attribute__((packed));
static int probe_romfs(blkid_probe pr, const struct blkid_idmag *mag)
{