diff --git a/sys/include/bootexec.h b/sys/include/bootexec.h index b113deb1e..37f6503b4 100644 --- a/sys/include/bootexec.h +++ b/sys/include/bootexec.h @@ -1,3 +1,5 @@ +#pragma pack on + struct coffsect { char name[8]; @@ -135,3 +137,5 @@ struct i386exec struct coffsect ibsss; struct coffsect icomments; }; + +#pragma pack off