1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-20 22:50:26 +03:00

s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnum

Signed-off-by: Stefan Metzmacher <metze@samba.org>
This commit is contained in:
Michael Adam 2012-06-12 14:35:39 +02:00 committed by Stefan Metzmacher
parent a7dccea0c5
commit 63bfc70a2a

View File

@ -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.
*/