[2615] in Athena Bugs
kermit change to support O_NDELAY
daemon@ATHENA.MIT.EDU (John T Kohl)
Fri Jul 21 11:42:32 1989
Date: Fri, 21 Jul 89 11:42:09 -0400
From: John T Kohl <jtkohl@ATHENA.MIT.EDU>
To: bugs@ATHENA.MIT.EDU
Here's the change I mentioned earlier:
*** ckutio.c.orig Mon Jan 12 12:07:52 1987
--- ckutio.c Tue Oct 18 10:39:47 1988
***************
*** 377,383 ****
#ifdef NEWUUCP
acucntrl("disable",ttname); /* Open getty on line (4.3BSD) */
#endif
! #ifdef UXIII
/* if modem connection, don't wait for carrier */
ttyfd = open(ttname,O_RDWR | (modem ? O_NDELAY : 0) );
#else
--- 377,383 ----
#ifdef NEWUUCP
acucntrl("disable",ttname); /* Open getty on line (4.3BSD) */
#endif
! #ifdef O_NDELAY
/* if modem connection, don't wait for carrier */
ttyfd = open(ttname,O_RDWR | (modem ? O_NDELAY : 0) );
#else