]> www.infradead.org Git - users/dhowells/kafs-utils.git/commit
xg: All integer types should be in terms of stdint
authorDavid Howells <dhowells@redhat.com>
Wed, 25 Sep 2019 15:31:26 +0000 (16:31 +0100)
committerDavid Howells <dhowells@redhat.com>
Thu, 26 Sep 2019 09:52:38 +0000 (10:52 +0100)
commit68ba7ffc07a73cd131514911c35f9ad5781f4726
treec2ce643e12b5fb1ec8e39f49712e7efb12555845
parentea429491ac1230aed93a35871e73fdd6f9fbfbc1
xg: All integer types should be in terms of stdint

All integer types should be in terms of stdint:

int8_t uint8_t
int16_t uint16_t
int32_t uint32_t
int64_t uint64_t

Long should not be used as it may be 32-bits or 64-bits.

Signed-off-by: David Howells <dhowells@redhat.com>
rpc-api/afsuuid.h
rpc-api/bos.xg
rpc-api/cb.xg
rpc-api/common.h
rpc-api/fs.xg
rpc-api/ka.xg
rpc-api/pts.xg
rpc-api/ubik.xg
rpc-api/vldb.xg
rpc-api/volumeserver.xg