Removed debugging msg. -Olin
This commit is contained in:
parent
14f8b65a74
commit
81c9cebfc1
|
@ -100,7 +100,6 @@ int open_ctty(const char *ttyname, int flags)
|
|||
int fd = open(ttyname, flags);
|
||||
|
||||
#if defined(TIOCSCTTY) && !defined(CIBAUD) && !defined(__hpux)
|
||||
fprintf(stderr, "Doing the ioctl.\n");
|
||||
/* 4.3+BSD way to acquire control tty. !CIBAUD rules out SunOS.
|
||||
** This code stolen from Steven's *Advanced Prog. in the Unix Env.*
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue