summaryrefslogtreecommitdiffstats
path: root/sys/dev/usb/usb_process.c
diff options
context:
space:
mode:
authorthompsa <thompsa@FreeBSD.org>2009-05-30 00:22:57 +0000
committerthompsa <thompsa@FreeBSD.org>2009-05-30 00:22:57 +0000
commitb064d23a532b2149c827f886719da091c9d46db5 (patch)
tree850ed632800ebd9b53080b0dbbbb6afda22bcd1c /sys/dev/usb/usb_process.c
parent36bf6c9b02de093f113d81dc2ba7c54d7ba93926 (diff)
downloadFreeBSD-src-b064d23a532b2149c827f886719da091c9d46db5.zip
FreeBSD-src-b064d23a532b2149c827f886719da091c9d46db5.tar.gz
Revert the size_t part of the last commit for the moment, this blows up the
USB_ADD_BYTES macro.
Diffstat (limited to 'sys/dev/usb/usb_process.c')
-rw-r--r--sys/dev/usb/usb_process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_process.c b/sys/dev/usb/usb_process.c
index d153415..ab8280a 100644
--- a/sys/dev/usb/usb_process.c
+++ b/sys/dev/usb/usb_process.c
@@ -243,7 +243,7 @@ usb2_proc_msignal(struct usb_process *up, void *_pm0, void *_pm1)
struct usb_proc_msg *pm0 = _pm0;
struct usb_proc_msg *pm1 = _pm1;
struct usb_proc_msg *pm2;
- size_t d;
+ usb_size_t d;
uint8_t t;
/* check if gone, return dummy value */
OpenPOWER on IntegriCloud