summaryrefslogtreecommitdiff
path: root/nfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'nfs.h')
-rw-r--r--nfs.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/nfs.h b/nfs.h
index 4e3885b6..44b834fd 100644
--- a/nfs.h
+++ b/nfs.h
@@ -294,7 +294,7 @@ typedef struct nfs_uquad nfsuint64;
*/
union nfs_quadconvert {
u_int32_t lval[2];
- u_quad_t qval;
+ u_int64_t qval;
};
typedef union nfs_quadconvert nfsquad_t;