Whamcloud - gitweb
Use consistent e2fsprogs-standard types
authorTheodore Ts'o <tytso@mit.edu>
Sun, 5 Jan 2014 05:15:54 +0000 (00:15 -0500)
committerTheodore Ts'o <tytso@mit.edu>
Mon, 6 Jan 2014 03:58:16 +0000 (22:58 -0500)
commit795c02def3681a99cc792a5ebc162d06f8a1eeb7
treef0ea51605c2e5497f280925b38eaa9d21df6fb5c
parent6c59a665da13d6a2acbf3fc01a3fb4338fb46a6e
Use consistent e2fsprogs-standard types

Some different types such as u_int16_t and __uint32_t have snuck into
e2fsprogs.  These types are not guaranteed by any standard, and they
are not provided by dietlibc.  Convert them to __u16, __u32,
etc. since these are guaranteed to be provided by e2fsprogs' build.

Signed-off-by: "Theodore Ts'o" <tytso@mit.edu>
lib/ext2fs/unix_io.c
lib/quota/common.h
lib/quota/quotaio.c
lib/quota/quotaio_tree.c
lib/quota/quotaio_tree.h
lib/quota/quotaio_v2.h