X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=nfs%2Fnfs.x;h=6e2d7a47d6bd9f044cfd762565bea6a1eec4615d;hb=e7e7b39fb0e95209d4974780597b4f69796f6225;hp=c259aa6e3cf3ff6dc7b96f3d34dc60b095f1951c;hpb=c0ebf57b212ffefe83e2a50358499f68e7289e93;p=deb_libnfs.git diff --git a/nfs/nfs.x b/nfs/nfs.x index c259aa6..6e2d7a4 100644 --- a/nfs/nfs.x +++ b/nfs/nfs.x @@ -7,8 +7,7 @@ const NFS3_COOKIEVERFSIZE = 8; typedef opaque cookieverf3[NFS3_COOKIEVERFSIZE]; - -/*unsigned hyper can be overridden by giving rpcgen -DU_INT64_PLATTFORM_TYPE="foo" - for plattforms +/*unsigned hyper can be overridden by giving rpcgen -DU_INT64_PLATTFORM_TYPE=" where rpcgen doesn't know anything about hyper default to unsigned hyper as of rfc 1813 */ #ifndef U_INT64_PLATTFORM_TYPE @@ -16,6 +15,7 @@ typedef opaque cookieverf3[NFS3_COOKIEVERFSIZE]; #endif/*U_INT64_PLATTFORM_TYPE*/ typedef U_INT64_PLATTFORM_TYPE uint64; + typedef uint64 cookie3; struct nfs_fh3 {