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

Diff for /src/usr.bin/ssh/Attic/uuencode.c between version 1.21 and 1.22

version 1.21, 2006/03/26 01:31:48 version 1.22, 2006/07/05 02:42:09
Line 25 
Line 25 
   
 #include "includes.h"  #include "includes.h"
   
 #include "xmalloc.h"  #include <sys/types.h>
 #include "uuencode.h"  
   
   #include <netinet/in.h>
   
 #include <resolv.h>  #include <resolv.h>
   
   #include "xmalloc.h"
   #include "uuencode.h"
   
 int  int
 uuencode(const u_char *src, u_int srclength,  uuencode(const u_char *src, u_int srclength,

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