peter 2003/07/21 23:58:04 PDT
FreeBSD src repository
Modified files:
sys/dev/usb usb_mem.c
Log:
Fix a 64 bit bug lost in the inline warning noise. sizeof is not always
an int. Do not printf() it as though it were.
Revision Changes Path
1.3 +1 -1 src/sys/dev/usb/usb_mem.c