mirror of
https://github.com/panda3d/panda3d.git
synced 2025-10-03 02:15:43 -04:00
linux build
This commit is contained in:
parent
8cf47fea92
commit
f568e7cca5
@ -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";
|
||||||
|
@ -78,6 +78,6 @@ private:
|
|||||||
THREAD _wait_thread;
|
THREAD _wait_thread;
|
||||||
};
|
};
|
||||||
|
|
||||||
#include "P3DAuthSession.I"
|
#include "p3dAuthSession.I"
|
||||||
|
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user