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

Diff for /src/usr.bin/cvs/xmalloc.c between version 1.2 and 1.3

version 1.2, 2005/12/13 17:46:10 version 1.3, 2005/12/19 18:21:31
Line 16 
Line 16 
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>
   
 #include "cvs.h"  #include "xmalloc.h"
   #include "log.h"
   
 void *  void *
 xmalloc(size_t size)  xmalloc(size_t size)

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3