diff options
author | Andrew Bartlett <abartlet@samba.org> | 2005-06-17 10:58:47 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:18:21 -0500 |
commit | d2c2e0d3b7f7798554625bfad222fc5952ffedce (patch) | |
tree | bb0315be60cc6a7d1ea04b29fb0c52bacebf130c | |
parent | 363e1143de03e8321894a05983640799e9bb8e16 (diff) | |
download | samba-d2c2e0d3b7f7798554625bfad222fc5952ffedce.tar.gz samba-d2c2e0d3b7f7798554625bfad222fc5952ffedce.tar.bz2 samba-d2c2e0d3b7f7798554625bfad222fc5952ffedce.zip |
r7681: This #define is unused.
Andrew Bartlett
(This used to be commit 2a22f413c9704dbfc3befb819d4183523f75d393)
-rw-r--r-- | source4/include/smb.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/source4/include/smb.h b/source4/include/smb.h index 5bc46d6a14..864ad1ba02 100644 --- a/source4/include/smb.h +++ b/source4/include/smb.h @@ -530,7 +530,6 @@ typedef uint64_t NTTIME; */ #define UID_FIELD_INVALID 0 -#define VUID_OFFSET 100 /* Amount to bias returned vuid numbers */ /* Lock types. */ #define LOCKING_ANDX_SHARED_LOCK 0x01 |