mirror of
https://github.com/opnsense/src.git
synced 2026-06-13 02:30:51 -04:00
revert a change committed by accident:
it is freebsd specific and should remain in contrib, not vendor
This commit is contained in:
parent
6e75c93f2f
commit
ab984b3e51
1 changed files with 1 additions and 1 deletions
|
|
@ -138,7 +138,7 @@ static U32 g_dictIDFlag = 1;
|
|||
void FIO_setDictIDFlag(unsigned dictIDFlag) { g_dictIDFlag = dictIDFlag; }
|
||||
static U32 g_checksumFlag = 1;
|
||||
void FIO_setChecksumFlag(unsigned checksumFlag) { g_checksumFlag = checksumFlag; }
|
||||
static U32 g_removeSrcFile = 1;
|
||||
static U32 g_removeSrcFile = 0;
|
||||
void FIO_setRemoveSrcFile(unsigned flag) { g_removeSrcFile = (flag>0); }
|
||||
static U32 g_memLimit = 0;
|
||||
void FIO_setMemLimit(unsigned memLimit) { g_memLimit = memLimit; }
|
||||
|
|
|
|||
Loading…
Reference in a new issue