From 3d56b14bca3b1e62fd8ce4ac3676917766b86771 Mon Sep 17 00:00:00 2001 From: aia21 Date: Fri, 20 Oct 2006 19:54:22 +0000 Subject: [PATCH] fix a packing bug --- include/ntfs/layout.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ntfs/layout.h b/include/ntfs/layout.h index 330743dc..68ebca72 100644 --- a/include/ntfs/layout.h +++ b/include/ntfs/layout.h @@ -1158,7 +1158,7 @@ typedef union { u8 data4[8]; /* The first two bytes are the third group of four hexadecimal digits. The remaining six bytes are the final 12 hexadecimal digits. */ - }; + } __attribute__((__packed__)); u8 raw[16]; /* Raw binary for ease of access. */ } __attribute__((__packed__)) GUID;