summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--source3/include/includes.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 4177189d6e..b618178c5f 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -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)
/*