Re: Hackers: Solaris help required for Gnome-terminal.
- From: Kenneth Stailey <kstailey kstailey tzo com>
- To: miguel nuclecu unam mx
- CC: allbery ece cmu edu, gnome-list gnome org
- Subject: Re: Hackers: Solaris help required for Gnome-terminal.
- Date: Wed, 10 Feb 1999 20:38:12 -0500 (EST)
> | > Warning: no access to tty (Inappropriate ioctl for device).
> | > Thus no job control in this shell.
This is a csh message. tcsetpgrp(2) most likely failed (maybe because
stdin was not a tty.)
if (tcsetpgrp(f, shpgrp) == -1)
goto notty;
(void) ioctl(dcopy(f, FSHTTY), FIOCLEX, NULL);
}
if (tpgrp == -1) {
notty:
(void) fprintf(csherr, "Warning: no access to tty (%s).\n",
strerror(errno));
(void) fprintf(csherr, "Thus no job control in this shell.\n");
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]