Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Ralph Boehme <slow@samba.org>
/* this should really be a 64 bit type if possible */
typedef uint64_t br_off;
-#define SMB_OFF_T_BITS (sizeof(off_t)*8)
-
/*
* Set the define that tells us if we can do 64 bit
* NT SMB calls.
False if not.
****************************************************************************/
+#define SMB_OFF_T_BITS (sizeof(off_t)*8)
+
static bool posix_lock_in_range(off_t *offset_out, off_t *count_out,
uint64_t u_offset, uint64_t u_count)
{