X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=nfs%2Fnfs.x;h=6e2d7a47d6bd9f044cfd762565bea6a1eec4615d;hb=6b93021bbf87092def5f83c377644234d4bfa97a;hp=c259aa6e3cf3ff6dc7b96f3d34dc60b095f1951c;hpb=bbed37ca52e89175bd3419984bbd31be34e08629;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 {