__packed has no effect on u_int8_t's except to cause a warning (and

never has had any effect).

Approved by:  re (rwatson)
This commit is contained in:
Peter Wemm 2007-07-05 07:28:38 +00:00
parent 61ba2e0a14
commit e106f3d812
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=171241

View File

@ -32,7 +32,7 @@
struct vesa_info
{
/* mandatory fields */
u_int8_t v_sig[4] __packed; /* VESA */
u_int8_t v_sig[4]; /* VESA */
u_int16_t v_version __packed; /* ver in BCD */
u_int32_t v_oemstr __packed; /* OEM string */
u_int32_t v_flags __packed; /* flags */