Author: janderwald Date: Mon Oct 8 13:28:04 2007 New Revision: 29454
URL: http://svn.reactos.org/svn/reactos?rev=29454&view=rev Log: - fix linux compilation
Modified: trunk/reactos/tools/sysreg/rosboot_test.cpp
Modified: trunk/reactos/tools/sysreg/rosboot_test.cpp URL: http://svn.reactos.org/svn/reactos/trunk/reactos/tools/sysreg/rosboot_test.c... ============================================================================== --- trunk/reactos/tools/sysreg/rosboot_test.cpp (original) +++ trunk/reactos/tools/sysreg/rosboot_test.cpp Mon Oct 8 13:28:04 2007 @@ -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 @@
#ifdef __LINUX__
- if (_mktemp(pipename)) + if (mktemp(pipename)) { string temp = pipename; m_Src = "/tmp/" + temp;