X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=nlm%2Fnlm.x;h=6cd39c2b6c8d29c0364dbbe624c92021e6b2cb80;hb=a0c4ea7d9f4ad7fab543c064c47be7d334a9ceda;hp=0f934212281f62dba21cad3d2d9d814ad015e011;hpb=2f5c161b4456e5f77bf9beccd8dcb3739898b1cf;p=deb_libnfs.git diff --git a/nlm/nlm.x b/nlm/nlm.x index 0f93421..6cd39c2 100644 --- a/nlm/nlm.x +++ b/nlm/nlm.x @@ -27,8 +27,6 @@ of the authors and should not be interpreted as representing official policies, either expressed or implied, of the FreeBSD Project. */ -typedef unsigned hyper uint64; - struct nlm_fh4 { opaque data<>; }; @@ -56,8 +54,8 @@ struct nlm4_holder { bool exclusive; unsigned int svid; nlm4_oh oh; - uint64 l_offset; - uint64 l_len; + u_quad_t l_offset; + u_quad_t l_len; }; const NLM_MAXNAME = 256; @@ -66,8 +64,8 @@ struct nlm4_lock { struct nlm_fh4 fh; nlm4_oh oh; unsigned int svid; - uint64 l_offset; - uint64 l_len; + u_quad_t l_offset; + u_quad_t l_len; }; struct nlm4_share {