diff options
author | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-19 20:57:26 +0000 |
---|---|---|
committer | bellard <bellard@c046a42c-6fe2-441c-8c8c-71466251a162> | 2004-12-19 20:57:26 +0000 |
commit | de06c511ff3dc672f5f4e7884683893a92712c99 (patch) | |
tree | d9dd77a39e65226539850dd0a1a10a5176642c47 /a.out.h | |
parent | bc7712a4acd046561aa3a8699640c8d1ff7c8946 (diff) |
win32 qcow fix
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1177 c046a42c-6fe2-441c-8c8c-71466251a162
Diffstat (limited to 'a.out.h')
-rw-r--r-- | a.out.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -151,7 +151,7 @@ struct external_lineno { #define E_FILNMLEN 14 /* # characters in a file name */ #define E_DIMNUM 4 /* # array dimensions in auxiliary entry */ -struct external_syment +struct __attribute__((packed)) external_syment { union { char e_name[E_SYMNMLEN]; |