- fix linux build for build server trial #2

svn path=/trunk/; revision=29463
This commit is contained in:
Johannes Anderwald
2007-10-08 21:59:49 +00:00
parent cc2d1bffe8
commit bb471e5852

View File

@@ -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