1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-24 13:57:43 +03:00

defined br_off as a type for byte range offsets. For now I've set it

as SMB_OFF_T, we need to do some autoconf changes to generate a 64 bit
int whenever possible (eg. long long on 32 bit i386)
This commit is contained in:
Andrew Tridgell -
parent 67b7b2a5a6
commit 09dbe8bcce

View File

@ -491,6 +491,9 @@
# endif
#endif
/* this should really be a 64 bit type if possible */
#define br_off SMB_OFF_T
#define SMB_OFF_T_BITS (sizeof(SMB_OFF_T)*8)
/*