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

Diff for /src/usr.bin/diff/xmalloc.c between version 1.4 and 1.5

version 1.4, 2013/08/19 20:21:15 version 1.5, 2015/02/05 12:59:57
Line 14 
Line 14 
  */   */
   
 #include <err.h>  #include <err.h>
 #include <limits.h>  
 #include <stdarg.h>  #include <stdarg.h>
   #include <stdint.h>
 #include <stdio.h>  #include <stdio.h>
 #include <stdlib.h>  #include <stdlib.h>
 #include <string.h>  #include <string.h>

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5