Date: Wed, 06 May 1998 09:18:40 -0600 From: "Justin T. Gibbs" <gibbs@plutotech.com> To: Bruce Evans <bde@zeta.org.au> Cc: cvs-all@freebsd.org, cvs-committers@freebsd.org, cvs-sys@freebsd.org, jb@freebsd.org Subject: Re: cvs commit: src/sys/sys termios.h Message-ID: <199805061522.JAA03326@pluto.plutotech.com> In-Reply-To: Your message of "Wed, 06 May 1998 18:17:12 %2B1000." <199805060817.SAA03744@godzilla.zeta.org.au>
next in thread | previous in thread | raw e-mail | index | archive | help
>> Modified files: >> sys/sys termios.h >> Log: >> Change a couple of long types to int to match NetBSD so that termios >> works on alpha without any modifications. > >Unsigned long was correct (*). Unsigned int is incorrect because ints >may be 16-bit. NetBSD should be more concerned about this than us. I believe that NetBSD decided that ints would be >= 32bits on all platforms some time ago. -- Justin
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199805061522.JAA03326>