[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.21 and 1.22

version 1.21, 2006/07/06 16:03:53 version 1.22, 2006/07/09 15:15:11
Line 18 
Line 18 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
   #include <fcntl.h>
 #include <grp.h>  #include <grp.h>
 #include <paths.h>  #include <paths.h>
 #include <pwd.h>  #include <pwd.h>

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22