X-Git-Url: https://git.piment-noir.org/?p=deb_libnfs.git;a=blobdiff_plain;f=nlm%2Flibnfs-raw-nlm.h;h=53635f5cfc34bd65126310a0a6d8fa119ac92149;hp=ce852598ef3bedf96a021c2f8d6ff6e3d95c2aaf;hb=bce63d849cdc3870d3e99fe8a968924a836aa63e;hpb=8768f8cc2b2091b89798a6b630cdfa49a1b73e2e diff --git a/nlm/libnfs-raw-nlm.h b/nlm/libnfs-raw-nlm.h index ce85259..53635f5 100644 --- a/nlm/libnfs-raw-nlm.h +++ b/nlm/libnfs-raw-nlm.h @@ -79,8 +79,8 @@ struct nlm4_holder { uint32_t exclusive; u_int svid; nlm4_oh oh; - u_quad_t l_offset; - u_quad_t l_len; + uint64_t l_offset; + uint64_t l_len; }; typedef struct nlm4_holder nlm4_holder; #define NLM_MAXNAME 256 @@ -90,8 +90,8 @@ struct nlm4_lock { struct nlm_fh4 fh; nlm4_oh oh; u_int svid; - u_quad_t l_offset; - u_quad_t l_len; + uint64_t l_offset; + uint64_t l_len; }; typedef struct nlm4_lock nlm4_lock;