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

Diff for /src/usr.bin/ssh/canohost.c between version 1.60 and 1.61

version 1.60, 2006/08/01 23:22:47 version 1.61, 2006/08/03 03:34:41
Line 12 
Line 12 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #include "includes.h"  
   
 #include <sys/types.h>  #include <sys/types.h>
 #include <sys/socket.h>  #include <sys/socket.h>
   
Line 25 
Line 23 
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   #include <stdarg.h>
   
 #include "packet.h"  
 #include "xmalloc.h"  #include "xmalloc.h"
   #include "packet.h"
 #include "log.h"  #include "log.h"
 #include "canohost.h"  #include "canohost.h"
   

Legend:
Removed from v.1.60  
changed lines
  Added in v.1.61