move register_t and u_int64_t (back) to alltypes
authorRich Felker <dalias@aerifal.cx>
Mon, 22 Jul 2013 20:40:35 +0000 (16:40 -0400)
committerRich Felker <dalias@aerifal.cx>
Mon, 22 Jul 2013 20:40:35 +0000 (16:40 -0400)
commit009f186810c16a8fef98fad485298bfb96f810ad
treec10efb07a49b11b98b466086014ba6613d4c1641
parent1c6cace0bf88a5f30886665e2c2d2268e3a3ccc5
move register_t and u_int64_t (back) to alltypes

during the header refactoring, I had moved u_int64_t out of alltypes
under the assumption that we could just use long long everywhere.
however, it seems some broken applications make inconsistent mixed use
of u_int64_t and uint64_t, resulting in build errors when the
underlying type differs.
include/alltypes.h.in
include/sys/types.h