[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.22 and 1.23

version 1.22, 2006/07/09 15:15:11 version 1.23, 2006/07/11 20:07:25
Line 18 
Line 18 
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/stat.h>  #include <sys/stat.h>
   
   #include <errno.h>
 #include <fcntl.h>  #include <fcntl.h>
 #include <grp.h>  #include <grp.h>
 #include <paths.h>  #include <paths.h>

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