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

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

version 1.2, 2006/04/29 05:31:28 version 1.3, 2007/02/27 07:59:13
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 <err.h>
   #include <limits.h>
   #include <stdarg.h>
   #include <stdio.h>
   #include <stdlib.h>
   #include <string.h>
   
 #include "xmalloc.h"  #include "xmalloc.h"
   

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