[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.7 and 1.8

version 1.7, 2007/01/29 16:22:29 version 1.8, 2007/02/22 06:42:10
Line 13 
Line 13 
  * called by a name other than "ssh" or "Secure Shell".   * called by a name other than "ssh" or "Secure Shell".
  */   */
   
 #include "includes.h"  #include <limits.h>
   #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
   
 #include "xmalloc.h"  
 #include "log.h"  #include "log.h"
   #include "xmalloc.h"
   
 void *  void *
 xmalloc(size_t size)  xmalloc(size_t size)

Legend:
Removed from v.1.7  
changed lines
  Added in v.1.8