-include errno.h

- temporarly deactivate -vnc 0 option

svn path=/trunk/; revision=29462
This commit is contained in:
Johannes Anderwald
2007-10-08 21:38:14 +00:00
parent 596003e53b
commit cc2d1bffe8
+2 -1
View File
@@ -29,6 +29,7 @@
#include <signal.h>
#ifndef __LINUX__
#include <io.h>
#include <errno.h>
#endif
namespace Sysreg_
@@ -359,7 +360,7 @@ namespace Sysreg_
m_PidFile += "/pid.txt";
m_BootCmd += " -pidfile ";
m_BootCmd += m_PidFile;
m_BootCmd += " -vnc :0";
//m_BootCmd += " -nographic";
#else
if (hasQemuNoRebootOption())