PERFORCE change 113056 for review

Hans Petter Selasky hselasky at FreeBSD.org
Wed Jan 17 09:48:18 UTC 2007


http://perforce.freebsd.org/chv.cgi?CH=113056

Change 113056 by hselasky at hselasky_mini_itx on 2007/01/17 09:48:07

	Compile fix for Sparc64.

Affected files ...

.. //depot/projects/usb/src/sys/dev/usb/usb_subr.c#24 edit

Differences ...

==== //depot/projects/usb/src/sys/dev/usb/usb_subr.c#24 (text+ko) ====

@@ -1858,7 +1858,7 @@
 	    panic("%s:%d Too large object, %d bytes, will "
 		  "not fit on a USB page, %d bytes!\n", 
 		  __FUNCTION__, __LINE__, obj_len, 
-		  USB_PAGE_SIZE);
+		  (int32_t)USB_PAGE_SIZE);
 	}
 
 	if (obj_len > (USB_PAGE_SIZE - (size & (USB_PAGE_SIZE-1)))) {


More information about the p4-projects mailing list