svn commit: r195463 - projects/mesh11s/sys/net80211

Rui Paulo rpaulo at freebsd.org
Thu Jul 9 08:31:59 UTC 2009


On 8 Jul 2009, at 19:30, Bruce Evans wrote:

> On Wed, 8 Jul 2009, Rui Paulo wrote:
>
>> Log:
>> Revert 195460: gcc does evil things without __packed.
>
> Oops, I asked if __packed was really spurious before seeing this.
>
> gcc does evil things with __packed (starting with it not being a  
> syntax
> error).
>
> Did it only break on arm?

I didn't have a chance to try other architectures. But possibly, yes.
For example, sizeof(meshconf_ie) is 23 but, on arm and without  
__packed, it gave me 26 IIRC.

--
Rui Paulo



More information about the svn-src-projects mailing list