--- src/sys/bus/usb/usb_port.h 2004/07/23 07:16:24 1.9 +++ src/sys/bus/usb/usb_port.h 2004/08/23 16:03:44 1.10 @@ -373,7 +373,6 @@ typedef struct thread *usb_proc_ptr; /* XXX Change this when FreeBSD has memset */ #define memcpy(d, s, l) bcopy((s),(d),(l)) #define memset(d, v, l) bzero((d),(l)) -#define bswap32(x) swap32(x) #define config_pending_incr() #define config_pending_decr()