]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfsprogs: use "unsigned short" instead of ushort
authorTheodore Ts'o <tytso@mit.edu>
Mon, 3 Aug 2015 00:17:02 +0000 (10:17 +1000)
committerDave Chinner <david@fromorbit.com>
Mon, 3 Aug 2015 00:17:02 +0000 (10:17 +1000)
commit919dbc78e863007cf5f04000e1ca42391f0221ea
treeba2ec3b72b701485cdb513924e08ea2a0485da47
parent58d0d840831b2f674537a02dd686ac65d402f116
xfsprogs: use "unsigned short" instead of ushort

Android's bionic libc doesn't define ushort.  There isn't a real
benefit (other than perhaps conciseness) to use ushort over "unsigned
short", and it's only used in a handful of files in xfsprogs.  So
change over to using unsigned short everywhere.

Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dave Chinner <david@fromorbit.com>
include/xfs_log_recover.h
libxfs/logitem.c
libxfs/xfs_ialloc.c
libxfs/xfs_inode_buf.h
libxfs/xfs_log_format.h
logprint/log_misc.c