]> 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>
Fri, 10 Jan 2014 00:39:44 +0000 (00:39 +0000)
committerDavid Howells <dhowells@redhat.com>
Fri, 10 Jan 2014 01:05:23 +0000 (01:05 +0000)
commit4cf051dafc9b5d862146facda988409f64e99c27
treeddb15e8be2a74e05041df273e253ca598c4ac3bc
parent43243ed8daaf7b1419bfa378793975189875a8fe
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