Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 8 Aug 2003 14:16:13 +1000 (EST)
From:      Bruce Evans <bde@zeta.org.au>
To:        John Baldwin <jhb@FreeBSD.org>
Cc:        cvs-all@FreeBSD.org
Subject:   Re: cvs commit: src/sys/boot/i386/libi386 biospnp.c src/sys/dev/aac aacvar.h src/sys/dev/acpica acpi_pcib_acpi.c src/sys/dev/dgb       dgreg.h src/sys/dev/digi digi.c digi.h digireg.h src/sys/de
Message-ID:  <20030808141010.F8428@gamplex.bde.org>
In-Reply-To: <200308071504.h77F4Rug087597@repoman.freebsd.org>
References:  <200308071504.h77F4Rug087597@repoman.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Thu, 7 Aug 2003, John Baldwin wrote:

> jhb         2003/08/07 08:04:27 PDT
>
>   FreeBSD src repository
>
>   Modified files:
>     sys/boot/i386/libi386 biospnp.c
>     sys/dev/aac          aacvar.h
>     [... lots more]
>   Log:
>   Consistently use the BSD u_int and u_short instead of the SYSV uint and
>   ushort.  In most of these files, there was a mixture of both styles and
>   this change just makes them self-consistent.
>
>   Requested by:   bde (kern_ktrace.c)

Thanks.  Many of the shorts should be uint16_t if a small time-inefficient
type is actually required, or just plain int or u_int otherwise, but
changing them would require a more detailed analysis.

Bruce



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