mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 01:44:20 +08:00
- fix linux build for build server trial #2
svn path=/trunk/; revision=29463
This commit is contained in:
@@ -598,10 +598,13 @@ namespace Sysreg_
|
||||
#ifdef __LINUX__
|
||||
if (mkfifo(m_Src.c_str(), 400))
|
||||
{
|
||||
/*
|
||||
if (errno != EEXIST)
|
||||
{
|
||||
cerr <<"Error: mkfifo failed with " << errno << endl;
|
||||
}
|
||||
*/
|
||||
return false;
|
||||
}
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user