mirror of
https://github.com/reactos/reactos.git
synced 2026-07-06 22:54:25 +08:00
- fix linux compilation
svn path=/trunk/; revision=29454
This commit is contained in:
@@ -27,7 +27,7 @@
|
||||
#include <assert.h>
|
||||
#include <math.h>
|
||||
#include <signal.h>
|
||||
#include <io.h>
|
||||
//#include <io.h>
|
||||
|
||||
namespace Sysreg_
|
||||
{
|
||||
@@ -283,7 +283,7 @@ namespace Sysreg_
|
||||
|
||||
#ifdef __LINUX__
|
||||
|
||||
if (_mktemp(pipename))
|
||||
if (mktemp(pipename))
|
||||
{
|
||||
string temp = pipename;
|
||||
m_Src = "/tmp/" + temp;
|
||||
|
||||
Reference in New Issue
Block a user