This commit is contained in:
ceriel 1987-01-30 09:45:41 +00:00
parent 0452b7c326
commit ae504890c7

View file

@ -6,6 +6,6 @@ isatty(f)
where gtty is an ioctl(..., TCGETA, ...)
*/
if (gtty(f, &ttyb) < 0) return 0;
if (gtty(f, &buf) < 0) return 0;
return 1;
}