Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 17 Jan 2007 09:48:10 GMT
From:      Hans Petter Selasky <hselasky@FreeBSD.org>
To:        Perforce Change Reviews <perforce@FreeBSD.org>
Subject:   PERFORCE change 113056 for review
Message-ID:  <200701170948.l0H9mA87080082@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=113056

Change 113056 by hselasky@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)))) {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200701170948.l0H9mA87080082>