Date: Sun, 8 Oct 2006 05:46:02 GMT From: Warner Losh <imp@FreeBSD.org> To: Perforce Change Reviews <perforce@freebsd.org> Subject: PERFORCE change 107486 for review Message-ID: <200610080546.k985k2Eb052621@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
http://perforce.freebsd.org/chv.cgi?CH=107486 Change 107486 by imp@imp_paco-paco on 2006/10/08 05:45:21 compile Affected files ... .. //depot/projects/usb/src/sys/dev/usb/udbp.h#5 edit Differences ... ==== //depot/projects/usb/src/sys/dev/usb/udbp.h#5 (text+ko) ==== @@ -60,8 +60,8 @@ /* This structure is returned by the NGM_UDBP_GET_STATUS command */ struct ngudbpstat { - uint packets_in; /* packets in from downstream */ - uint packets_out; /* packets out towards downstream */ + int packets_in; /* packets in from downstream */ + int packets_out; /* packets out towards downstream */ }; /*
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200610080546.k985k2Eb052621>