Removed debugging msg. -Olin

This commit is contained in:
shivers 1996-10-16 17:09:56 +00:00
parent 14f8b65a74
commit 81c9cebfc1
1 changed files with 0 additions and 1 deletions

View File

@ -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.*
*/