diff options
| author | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-24 20:44:39 +0000 |
|---|---|---|
| committer | Matthew N. Dodd <mdodd@FreeBSD.org> | 2003-03-24 20:44:39 +0000 |
| commit | 1352a5425508d892df8feeddbffb973f895a3cc7 (patch) | |
| tree | 4be8a4f6387edef38af44382ca6ba7e870398d52 | |
| parent | ab46875a2a89155d66aaa0fff28736f3c6c1b43d (diff) | |
Notes
| -rw-r--r-- | sys/i386/include/smapi.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/i386/include/smapi.h b/sys/i386/include/smapi.h index 61235268e4dd8..63b9927016b21 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 |
