X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=nfs%2Fnfs.x;h=ab874a002b0309c2fc23489252373d2f8453d4b9;hp=ca48c0305886d7cbf6ab25fccc5c59a52eee2fca;hb=bce63d849cdc3870d3e99fe8a968924a836aa63e;hpb=8768f8cc2b2091b89798a6b630cdfa49a1b73e2e diff --git a/nfs/nfs.x b/nfs/nfs.x index ca48c03..ab874a0 100644 --- a/nfs/nfs.x +++ b/nfs/nfs.x @@ -37,7 +37,7 @@ const NFS3_COOKIEVERFSIZE = 8; typedef opaque cookieverf3[NFS3_COOKIEVERFSIZE]; -typedef u_quad_t cookie3; +typedef uint64_t cookie3; struct nfs_fh3 { opaque data; @@ -66,9 +66,9 @@ typedef unsigned int uid3; typedef unsigned int gid3; -typedef u_quad_t size3; +typedef uint64_t size3; -typedef u_quad_t fileid3; +typedef uint64_t fileid3; struct specdata3 { unsigned int specdata1; @@ -89,7 +89,7 @@ struct fattr3 { size3 size; size3 used; specdata3 rdev; - u_quad_t fsid; + uint64_t fsid; fileid3 fileid; nfstime3 atime; nfstime3 mtime; @@ -142,7 +142,7 @@ enum stable_how { FILE_SYNC = 2 }; -typedef u_quad_t offset3; +typedef uint64_t offset3; typedef unsigned int count3;