types: remove the [u_]quad type and replace with [u]int64
authorRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 16 Aug 2014 21:51:53 +0000 (14:51 -0700)
committerRonnie Sahlberg <ronniesahlberg@gmail.com>
Sat, 16 Aug 2014 21:51:53 +0000 (14:51 -0700)
commitbce63d849cdc3870d3e99fe8a968924a836aa63e
tree32d6fb45adbf478484d9f4bcdd457e2d4286618e
parent8768f8cc2b2091b89798a6b630cdfa49a1b73e2e
types: remove the [u_]quad type and replace with [u]int64

All current platforms have a quad type that maps to a 64bit scalar.
But there are platforms where quad maps to a 64bit non-scalar.

Replace quad with int64 in the protocol definitions and the ZDR layer
so that these fields will map to a 64 bit scalar also on those platforms
where quad can not be used.

Signed-off-by: Ronnie Sahlberg <ronniesahlberg@gmail.com>
include/nfsc/libnfs-zdr.h
lib/libnfs-zdr.c
nfs/Makefile.am
nfs/libnfs-raw-nfs.c
nfs/libnfs-raw-nfs.h
nfs/nfs.x
nlm/libnfs-raw-nlm.c
nlm/libnfs-raw-nlm.h
nlm/nlm.x