Update of /cvsroot/linux-decnet/latd
In directory sc8-pr-cvs1:/tmp/cvs-serv1364
Modified Files:
localport.cc
Log Message:
USE_OPENPTY is now HAVE_PTY
Index: localport.cc
===================================================================
RCS file: /cvsroot/linux-decnet/latd/localport.cc,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** localport.cc 12 Mar 2003 17:12:26 -0000 1.9
--- localport.cc 22 May 2003 15:56:00 -0000 1.10
***************
*** 114,118 ****
fcntl(master_fd, F_SETFL, fcntl(master_fd, F_GETFL, 0) | O_NONBLOCK);
! #ifdef USE_OPENPTY
// Set it owned by "lat" if it exists. We only do this for
// /dev/pts PTYs.
--- 114,118 ----
fcntl(master_fd, F_SETFL, fcntl(master_fd, F_GETFL, 0) | O_NONBLOCK);
! #ifdef HAVE_OPENPTY
// Set it owned by "lat" if it exists. We only do this for
// /dev/pts PTYs.
|