Properly fix world.

Sorry for breaking things in the first place.
This commit is contained in:
Nick Hibma 2000-07-06 13:23:35 +00:00
parent 7c99dc5eaa
commit 1d3e7ea3dd
2 changed files with 2 additions and 2 deletions

View File

@ -296,8 +296,6 @@ __CONCAT(dname,_detach)(self, flags) \
#define clalloc(p, s, x) (clist_alloc_cblocks((p), (s), (s)), 0)
#define clfree(p) clist_free_cblocks((p))
#define UPACKED __attribute__ ((packed))
#define PWR_RESUME 0
#define PWR_SUSPEND 1

View File

@ -54,7 +54,9 @@
#define UR_GET_PROTOCOL 0x03
#define UR_SET_PROTOCOL 0x0b
#if defined(__FreeBSD__)
#define UPACKED __attribute__ ((packed))
#endif
typedef struct usb_hid_descriptor {
uByte bLength;