OSEC

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

From: Marc Balmer (mbalmercvs.openbsd.org)
Date: Sat Jun 09 2007 - 06:06:54 CDT


CVSROOT: /cvs
Module name: src
Changes by: mbalmercvs.openbsd.org 2007/06/09 05:06:53

Modified files:
        sys/dev/usb : if_atureg.h if_udavreg.h uaudioreg.h
                         ueaglereg.h umidireg.h usb.h usbcdc.h usbhid.h

Log message:
Remove the definition and use of UPACKED and replace it with our own __packed
(to which UPACKED was define'd before anway). No binary change, just one layer
of confusion less in the sourcecode.

ok jsg