Remove all [s]size_t / off_t and replace with [u]int64_t making libnfs 64-bit pure
[deb_libnfs.git] / examples / nfsclient-sync.c
index 4f1d2bc4e2f7997cff514e0089189346efd6c876..8563c1eadd38cf91b326646139f3fc1b8e5a4ce5 100644 (file)
@@ -82,7 +82,7 @@ int main(int argc _U_, char *argv[] _U_)
 {
        struct nfs_context *nfs;
        int i, ret;
-       off_t offset;
+       uint64_t offset;
        struct client client;
        struct stat st;
        struct nfsfh  *nfsfh;