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

Diff for /src/usr.bin/ssh/session.c between version 1.192 and 1.193

version 1.192, 2006/02/08 12:15:27 version 1.193, 2006/02/10 01:44:27
Line 35 
Line 35 
 #include "includes.h"  #include "includes.h"
 RCSID("$OpenBSD$");  RCSID("$OpenBSD$");
   
   #include <sys/types.h>
   #include <sys/wait.h>
   
 #include <paths.h>  #include <paths.h>
   
 #include "ssh.h"  #include "ssh.h"

Legend:
Removed from v.1.192  
changed lines
  Added in v.1.193