diff options
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index b618178c5f..a872c1d306 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -492,7 +492,7 @@ #endif /* this should really be a 64 bit type if possible */ -#define br_off SMB_OFF_T +#define br_off SMB_BIG_UINT #define SMB_OFF_T_BITS (sizeof(SMB_OFF_T)*8) |