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

Diff for /src/usr.bin/ssh/xmalloc.c between version 1.22 and 1.23

version 1.22, 2006/07/10 16:37:36 version 1.23, 2006/07/22 20:48:23
Line 16 
Line 16 
 #include "includes.h"  #include "includes.h"
   
 #include <stdarg.h>  #include <stdarg.h>
   #include <string.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
 #include "log.h"  #include "log.h"

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