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

Diff for /src/usr.bin/ssh/sshtty.c between version 1.11 and 1.12

version 1.11, 2006/08/01 23:22:48 version 1.12, 2006/08/03 03:34:42
Line 35 
Line 35 
  * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.   * THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  */   */
   
 #include "includes.h"  #include <sys/types.h>
   
 #include <stdio.h>  #include <stdio.h>
 #include <termios.h>  #include <termios.h>
   #include <pwd.h>
   
 #include "sshpty.h"  #include "sshpty.h"
   

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12