linux build

This commit is contained in:
David Rose 2009-09-17 22:55:12 +00:00
parent 8cf47fea92
commit f568e7cca5
2 changed files with 1 additions and 2 deletions

View File

@ -268,7 +268,6 @@ wt_thread_run() {
pid_t result = waitpid(_p3dcert_pid, &status, WNOHANG); pid_t result = waitpid(_p3dcert_pid, &status, WNOHANG);
if (result == -1) { if (result == -1) {
perror("waitpid"); perror("waitpid");
break;
} }
nout << "p3dcert process has successfully stopped.\n"; nout << "p3dcert process has successfully stopped.\n";

View File

@ -78,6 +78,6 @@ private:
THREAD _wait_thread; THREAD _wait_thread;
}; };
#include "P3DAuthSession.I" #include "p3dAuthSession.I"
#endif #endif