Subject: CVS commit: src/lib/libc/citrus
To: None <source-changes@netbsd.org>
From: Takuya SHIOZAKI <tshiozak@netbsd.org>
List: source-changes
Date: 06/29/2003 17:30:08
Module Name: src
Committed By: tshiozak
Date: Sun Jun 29 17:30:07 UTC 2003
Modified Files:
src/lib/libc/citrus: citrus_region.h
Log Message:
u_int*_t -> uint*_t.
I would like to use stdint.h, but it is too modern for the host tools.
u_int*_t are more popular under UNIX-like systems, although they are
not backed up with any standards.
(src/tools/compat/stdint.h is maybe necessary.)
To generate a diff of this commit:
cvs rdiff -r1.1 -r1.2 src/lib/libc/citrus/citrus_region.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.