]> The Tcpdump Group git mirrors - tcpdump/commit
Get rid of __attribute__((__packed__)) - not all compilers support it,
authorGuy Harris <[email protected]>
Sun, 24 May 2009 20:25:35 +0000 (13:25 -0700)
committerGuy Harris <[email protected]>
Sun, 24 May 2009 20:25:35 +0000 (13:25 -0700)
commit4ba67d9a002e30b5873528d9b66711999902878d
tree5b95e4b4d73eb142d183326f9936e8e0b07436e3
parent018e7fe40de880e1a6772ed8f826e95064b35497
Get rid of __attribute__((__packed__)) - not all compilers support it,
so we can't rely on it, and it shouldn't be necessary in any case (all
items in that structure are aligned on their natural boundaries, and the
structure length is a multiple of the natural boundary of the most
strictly aligned member).
ieee802_11_radio.h