Use {u,}int64_t instead of SMB_BIG_{U,}INT.
[samba.git] / source3 / smbd / process.c
index ba3b45d5220b59125817746370d2e37e222fad8f..ceffd6f46ca0e18382ff36c466377a6b919bd70a 100644 (file)
@@ -743,7 +743,7 @@ static NTSTATUS receive_message_or_smb(TALLOC_CTX *mem_ctx, char **buffer,
                        pop_message = True;
                } else {
                        struct timeval tv;
-                       SMB_BIG_INT tdif;
+                       int64_t tdif;
 
                        GetTimeOfDay(&tv);
                        tdif = usec_time_diff(&msg->end_time, &tv);