diff options
Diffstat (limited to 'sys/dev/usb')
| -rw-r--r-- | sys/dev/usb/usb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb.h b/sys/dev/usb/usb.h index 326afafc955df..2f54628e777f3 100644 --- a/sys/dev/usb/usb.h +++ b/sys/dev/usb/usb.h @@ -98,7 +98,7 @@ typedef u_int8_t uDWord[4]; #define USETDW(w,v) (*(u_int32_t *)(w) = (v)) #endif -#define UPACKED __attribute__((__packed__)) +#define UPACKED __packed typedef struct { uByte bmRequestType; |
