summaryrefslogtreecommitdiff
path: root/source3/include/includes.h
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2020-04-27 11:49:55 +0200
committerRalph Boehme <slow@samba.org>2020-05-05 11:48:38 +0000
commite96f6b0f8863ae45fac7475793cd80e673df7bb4 (patch)
treeca8e6ffcbdfd34a02ffc167426e8a356e844096c /source3/include/includes.h
parent489023e4810b148b91fb039a6dfa67556ae45cfd (diff)
downloadsamba-e96f6b0f8863ae45fac7475793cd80e673df7bb4.tar.gz
locking: Move br_off typedef to where it's used
Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Ralph Boehme <slow@samba.org>
Diffstat (limited to 'source3/include/includes.h')
-rw-r--r--source3/include/includes.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h
index 6389e7be3c0..8fa65cc3122 100644
--- a/source3/include/includes.h
+++ b/source3/include/includes.h
@@ -176,9 +176,6 @@ typedef sig_atomic_t volatile SIG_ATOMIC_T;
#define BIG_UINT(p, ofs) BVAL(p, ofs)
#define IVAL2_TO_SMB_BIG_UINT(p, ofs) BVAL(p, ofs)
-/* this should really be a 64 bit type if possible */
-typedef uint64_t br_off;
-
/*
* Set the define that tells us if we can do 64 bit
* NT SMB calls.