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

Diff for /src/usr.bin/ssh/sshpty.c between version 1.24 and 1.25

version 1.24, 2006/07/17 01:31:10 version 1.25, 2006/07/22 20:48:23
Line 23 
Line 23 
 #include <grp.h>  #include <grp.h>
 #include <paths.h>  #include <paths.h>
 #include <pwd.h>  #include <pwd.h>
   #include <string.h>
 #include <termios.h>  #include <termios.h>
 #include <unistd.h>  #include <unistd.h>
 #include <util.h>  #include <util.h>

Legend:
Removed from v.1.24  
changed lines
  Added in v.1.25