From de06c511ff3dc672f5f4e7884683893a92712c99 Mon Sep 17 00:00:00 2001 From: bellard Date: Sun, 19 Dec 2004 20:57:26 +0000 Subject: win32 qcow fix git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1177 c046a42c-6fe2-441c-8c8c-71466251a162 --- a.out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'a.out.h') diff --git a/a.out.h b/a.out.h index 500e14f3fc..1f978c1c04 100644 --- a/a.out.h +++ b/a.out.h @@ -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]; -- cgit v1.2.1