FTK change. Fixed compile error on Linux.
git-svn-id: https://svn.code.sf.net/p/flaim/code/trunk@719 0109f412-320b-0410-ab79-c3e0c5ffbbe6
This commit is contained in:
@@ -365,8 +365,6 @@ RCODE F_BlockAlloc::setup(
|
||||
m_uiHashMask = ~((FLMUINT)(sysconf( _SC_PAGESIZE) - 1));
|
||||
#else
|
||||
m_uiHashMask = FLM_MAX_UINT - 0xFFFF;
|
||||
#else
|
||||
|
||||
#endif
|
||||
|
||||
Exit:
|
||||
|
||||
Reference in New Issue
Block a user