On 06-08-30 15:06 Michael Buesch wrote:
> Because this clearly is a workaround for broken compilers to me,
> I would rather do the following:
>
> +} /* __attribute__((packed)) */;
>
>
> This way it's still clear to the reader, that these structs
> must be packed and are most likely for communic
On Wednesday 30 August 2006 00:51, Daniel Drake wrote:
> From: Ulrich Kunitz <[EMAIL PROTECTED]>
>
> Inspired by an e-mail by Stephen Hemminger I decided to remove all
> unneeded packed attributes from the code where the member variables are
> already aligned. This avoids horrible code being gener
From: Ulrich Kunitz <[EMAIL PROTECTED]>
Inspired by an e-mail by Stephen Hemminger I decided to remove all
unneeded packed attributes from the code where the member variables are
already aligned. This avoids horrible code being generated on some
architectures.
Signed-off-by: Ulrich Kunitz <[EMAIL