make a br_off a SMB_BIG_UINT
authorAndrew Tridgell <tridge@samba.org>
Sun, 16 Jan 2000 11:06:00 +0000 (11:06 +0000)
committerAndrew Tridgell <tridge@samba.org>
Sun, 16 Jan 2000 11:06:00 +0000 (11:06 +0000)
source/include/includes.h

index b618178c5f2608e4ee0bf1dbdf332ca8b84ff7d6..a872c1d306482751ce0a7e4a2d57368beae9818b 100644 (file)
 #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)