Avoid #pragma pack(1) and unify everything towards using __packed.
authorderaadt <deraadt@openbsd.org>
Mon, 1 Sep 2008 17:30:55 +0000 (17:30 +0000)
committerderaadt <deraadt@openbsd.org>
Mon, 1 Sep 2008 17:30:55 +0000 (17:30 +0000)
commite7940adfe8fcd2620db1c208f12645da1e777f0e
tree9976263178889cf004c320a624dcf3631322c517
parentf80271a9681506a0f0e13717fe04e910d5da9028
Avoid #pragma pack(1) and unify everything towards using __packed.
This requires that structures defined within __packed structures must
independently request that they themselves become __packed, too.
worked on with toby
 CVS: ----------------------------------------------------------------------
sys/arch/amd64/include/biosvar.h
sys/arch/i386/include/biosvar.h
sys/arch/i386/include/segments.h
sys/dev/ic/bhareg.h
sys/dev/ic/gdtvar.h
sys/dev/ic/i82596reg.h
sys/dev/ic/stireg.h
sys/dev/ic/twereg.h
sys/dev/ic/vgareg.h
sys/dev/pcmcia/if_rayreg.h
sys/ntfs/ntfs.h