OSEC

Neohapsis is currently accepting applications for employment. For more information, please visit our website www.neohapsis.com or email hr@neohapsis.com
 
Re: CVS: cvs.openbsd.org: src

From: Dries Schellekens (gwyllionulyssis.org)
Date: Tue Mar 01 2005 - 15:58:01 CST


Damien Bergamini wrote:
> CVSROOT: /cvs
> Module name: src
> Changes by: damiencvs.openbsd.org 2005/03/01 12:30:42
>
> Modified files:
> sys/dev/pci : if_ipwvar.h if_iwivar.h
> sys/dev/ic : ralvar.h
>
> Log message:
> make sure radiotap structures are packed.

For ralvar.h you are using __packed and for the others
__attribute__((__packed__)). Why?

Cheers,

Dries