int ttgetc(void)
{
-#if WANT_FORK
int stat_;
-#endif
time_t new_time;
tickon();
if (have)
havec = pack.ch;
}
+#endif
/* Get a pty/tty pair. Returns open pty in 'ptyfd' and returns tty name
* string in static buffer or NULL if couldn't get a pair.
/* Create a shell process */
+#if WANT_FORK
MPX *mpxmk(int *ptyfd, const unsigned char *cmd, unsigned char **args, void (*func) (/* ??? */), void *object, void (*die) (/* ??? */), void *dieobj)
{
unsigned char buf[80];