build: Remove SMB_OFF_T, replace with off_t
[kai/samba.git] / source3 / torture / test_posix_append.c
index 2f562633e502d93c477f76fa5e3cf48714873ab5..d4784e8e7c29f1779f272fc09f08309a53d8c47e 100644 (file)
@@ -33,7 +33,7 @@ bool run_posix_append(int dummy)
        const char *fname = "append";
        NTSTATUS status;
        uint16_t fnum;
-       SMB_OFF_T size;
+       off_t size;
        uint8_t c = '\0';
        bool ret = false;