fix a packing bug

edge.strict_endians
aia21 2006-10-20 19:54:22 +00:00
parent 49559ce57c
commit 3d56b14bca
1 changed files with 1 additions and 1 deletions

View File

@ -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;