Subject: Re: CVS commit: src/sys/netsmb
To: None <drochner@netbsd.org>
From: Johan Danielsson <joda@pdc.kth.se>
List: source-changes
Date: 07/03/2003 16:02:26
Matthias Drochner <drochner@netbsd.org> writes:

> "(u_short > 0xffff)" is never true, as gcc3 found out

In that case, shouldn't the type be changed to uint16_t? I know
systems where a short is bigger than 16 bits.

/Johan