diff options
| author | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-29 18:46:57 +0000 |
|---|---|---|
| committer | Andrew Thompson <thompsa@FreeBSD.org> | 2009-05-29 18:46:57 +0000 |
| commit | e0a69b51ac09dc0376611274903ba683e2d1ace7 (patch) | |
| tree | 5ff9fef81906105040348e5e28fafc3efac89f62 /sys/dev/usb/usb_process.c | |
| parent | 623469c996b7c4bfdb768b72564d8e3d6ff21396 (diff) | |
Notes
Diffstat (limited to 'sys/dev/usb/usb_process.c')
| -rw-r--r-- | sys/dev/usb/usb_process.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/dev/usb/usb_process.c b/sys/dev/usb/usb_process.c index eba450b7adce0..d153415ce5ff3 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; - usb2_size_t d; + size_t d; uint8_t t; /* check if gone, return dummy value */ |
