summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2000-01-16 11:06:00 +0000
committerAndrew Tridgell <tridge@samba.org>2000-01-16 11:06:00 +0000
commit0cbae6fc3dda6a09ae99a0cf9a72bd21543a1e12 (patch)
tree95185b4ed6b7f93279764b09de701fc81da1f5b7 /source3/include/includes.h
parent94bdf0572b44f6751e89d4a6291b65444c6de9ac (diff)
downloadsamba-0cbae6fc3dda6a09ae99a0cf9a72bd21543a1e12.tar.gz
samba-0cbae6fc3dda6a09ae99a0cf9a72bd21543a1e12.tar.bz2
samba-0cbae6fc3dda6a09ae99a0cf9a72bd21543a1e12.zip
make a br_off a SMB_BIG_UINT
(This used to be commit 0751a0ea4cdb7f5db0aa6f359dd3e4f744fc0689)
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h2
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)