diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/include/smb.h b/source3/include/smb.h index fdaf8c5de3..8a2314261c 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -675,6 +675,8 @@ enum acl_compatibility {ACL_COMPAT_AUTO, ACL_COMPAT_WINNT, ACL_COMPAT_WIN2K}; #define TID_FIELD_INVALID 0 #define CNUM_OFFSET 1 /* shift for bitmap index */ +#define FNUM_FIELD_INVALID -1 + /* * Size of buffer to use when moving files across filesystems. */ |