[BACK]Return to pty.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/Attic/pty.c between version 1.19 and 1.20

version 1.19, 2000/12/20 20:00:34 version 1.20, 2001/01/21 19:05:53
Line 16 
Line 16 
   
 #include <util.h>  #include <util.h>
 #include "pty.h"  #include "pty.h"
 #include "ssh.h"  #include "log.h"
   
 /* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */  /* Pty allocated with _getpty gets broken if we do I_PUSH:es to it. */
 #if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY)  #if defined(HAVE__GETPTY) || defined(HAVE_OPENPTY)

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20