summaryrefslogtreecommitdiff
path: root/source3/include
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1997-11-01 07:33:55 +0000
committerAndrew Tridgell <tridge@samba.org>1997-11-01 07:33:55 +0000
commit264b1e0e75ae63467b6fe51b339e1e5f3c4477bc (patch)
tree9b1e8ec3cfb0725ee34f0da45f4a05b3a78ecc62 /source3/include
parent03deca0070b3c7004963938b973519e9c56f2f5c (diff)
downloadsamba-264b1e0e75ae63467b6fe51b339e1e5f3c4477bc.tar.gz
samba-264b1e0e75ae63467b6fe51b339e1e5f3c4477bc.tar.bz2
samba-264b1e0e75ae63467b6fe51b339e1e5f3c4477bc.zip
some locking code cleanups
(This used to be commit 6d77311d6cecabafb86c02e26b30724425ef6208)
Diffstat (limited to 'source3/include')
-rw-r--r--source3/include/smb.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h
index 8f0bd31bf4..8bb1e993cd 100644
--- a/source3/include/smb.h
+++ b/source3/include/smb.h
@@ -57,9 +57,6 @@
typedef int BOOL;
-/* offset in shared memory */
-#define NULL_OFFSET (int)(0)
-
/* limiting size of ipc replies */
#define REALLOC(ptr,size) Realloc(ptr,MAX((size),4*1024))