From: Ronnie Sahlberg Date: Sat, 16 Aug 2014 21:51:53 +0000 (-0700) Subject: types: remove the [u_]quad type and replace with [u]int64 X-Git-Tag: upstream/1.9.6^2~5 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=bce63d849cdc3870d3e99fe8a968924a836aa63e;hp=bce63d849cdc3870d3e99fe8a968924a836aa63e;p=deb_libnfs.git 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 ---