From 1352a5425508d892df8feeddbffb973f895a3cc7 Mon Sep 17 00:00:00 2001 From: "Matthew N. Dodd" Date: Mon, 24 Mar 2003 20:44:39 +0000 Subject: [PATCH] Use __packed; --- sys/i386/include/smapi.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sys/i386/include/smapi.h b/sys/i386/include/smapi.h index 61235268e4d..63b9927016b 100644 --- a/sys/i386/include/smapi.h +++ b/sys/i386/include/smapi.h @@ -57,7 +57,7 @@ struct smapi_bios_header { u_int32_t prot32_offset; u_int32_t prot32_segment; -}; +} __packed; struct smapi_bios_parameter { union { @@ -78,7 +78,7 @@ struct smapi_bios_parameter { u_int32_t param4; u_int32_t param5; -}; +} __packed; #define cmd_func type.in.func #define cmd_sub_func type.in.sub_func