From: Michael Brown Date: Thu, 10 Aug 2006 00:10:09 +0000 (+0000) Subject: Added missing packed attribute X-Git-Tag: v0.9.3~1102 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=bc1a37eacbfcb9c0803917785310cfefb4215b38;p=thirdparty%2Fipxe.git Added missing packed attribute --- diff --git a/src/include/gpxe/acpi.h b/src/include/gpxe/acpi.h index 0c4f4846b..a96321872 100644 --- a/src/include/gpxe/acpi.h +++ b/src/include/gpxe/acpi.h @@ -34,6 +34,6 @@ struct acpi_description_header { char asl_compiler_id[4]; /** ASL compiler revision number */ uint32_t asl_compiler_revision; -}; +} __attribute__ (( packed )); #endif /* _GPXE_ACPI_H */