From 63bfc70a2ad391c7d0f0ce8d7c637ca2b5ba5645 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Tue, 12 Jun 2012 14:35:39 +0200 Subject: s3:include: define FNUM_FIELD_INVALID - the invalid value for the fnum Signed-off-by: Stefan Metzmacher --- source3/include/smb.h | 2 ++ 1 file changed, 2 insertions(+) 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. */ -- cgit