Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: src/sys/dev/usb



Module Name:    src
Committed By:   joff
Date:           Mon Jan 24 22:40:00 UTC 2005

Modified Files:
        src/sys/dev/usb: if_atu.c

Log Message:
It seems on some archs size_t is unsigned int and on others size_t is
unsigned long.  Cast sizeof() to unsigned long in printf()'s so it can
always work regardless.


To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/sys/dev/usb/if_atu.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.




Home | Main Index | Thread Index | Old Index