Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 Oct 2006 17:15:47 -0600 (MDT)
From:      "M. Warner Losh" <imp@bsdimp.com>
To:        hselasky@c2i.net
Cc:        perforce@freebsd.org
Subject:   Re: PERFORCE change 107486 for review
Message-ID:  <20061011.171547.1291029425.imp@bsdimp.com>
In-Reply-To: <200610120027.10842.hselasky@c2i.net>
References:  <200610080546.k985k2Eb052621@repoman.freebsd.org> <200610120027.10842.hselasky@c2i.net>

next in thread | previous in thread | raw e-mail | index | archive | help
In message: <200610120027.10842.hselasky@c2i.net>
            Hans Petter Selasky <hselasky@c2i.net> writes:
: On Sunday 08 October 2006 07:46, Warner Losh wrote:
: > 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 */
: >  };
: 
: Are you sure that this shouldn't be "uint32_t" ?

I'm not sure what it should be.  I just made it int to compile.  Feel
free to change it to a better type.

Warner



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