X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=nlm%2Flibnfs-raw-nlm.h;h=53635f5cfc34bd65126310a0a6d8fa119ac92149;hb=bce63d849cdc3870d3e99fe8a968924a836aa63e;hp=15374e7b1cbaad5ff841ce92a80025f3366cf784;hpb=af8d37c8b703f3dc22d3ff1c7578b16e84c25050;p=deb_libnfs.git diff --git a/nlm/libnfs-raw-nlm.h b/nlm/libnfs-raw-nlm.h index 15374e7..53635f5 100644 --- a/nlm/libnfs-raw-nlm.h +++ b/nlm/libnfs-raw-nlm.h @@ -35,7 +35,7 @@ either expressed or implied, of the FreeBSD Project. #ifndef _NLM_H_RPCGEN #define _NLM_H_RPCGEN - +#include #ifdef __cplusplus @@ -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;