From 0cbae6fc3dda6a09ae99a0cf9a72bd21543a1e12 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Sun, 16 Jan 2000 11:06:00 +0000 Subject: make a br_off a SMB_BIG_UINT (This used to be commit 0751a0ea4cdb7f5db0aa6f359dd3e4f744fc0689) --- source3/include/includes.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/includes.h') 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) -- cgit