Problem: QNX: GUI fails to start.
Solution: Remove the QNX-specific #ifdef. (Sean Boudreau)
static void
gui_do_fork()
{
-#ifdef __QNXNTO__
- procmgr_daemon(0, PROCMGR_DAEMON_KEEPUMASK | PROCMGR_DAEMON_NOCHDIR |
- PROCMGR_DAEMON_NOCLOSE | PROCMGR_DAEMON_NODEVNULL);
- gui_attempt_start();
- return;
-#else
int pipefd[2]; /* pipe between parent and child */
int pipe_error;
int status;
/* If we failed to start the GUI, exit now. */
if (!gui.in_use)
exit(1);
-#endif
}
/*
static int included_patches[] =
{ /* Add new patch number below this line */
+/**/
+ 1266,
/**/
1265,
/**/