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

Diff for /src/usr.bin/sudo/Attic/alloc.c between version 1.11 and 1.12

version 1.11, 2008/11/14 11:58:08 version 1.12, 2010/03/04 12:21:36
Line 48 
Line 48 
   
 #include "sudo.h"  #include "sudo.h"
   
 #ifndef lint  
 __unused static const char rcsid[] = "$Sudo: alloc.c,v 1.33 2008/11/09 14:13:12 millert Exp $";  
 #endif /* lint */  
   
 /*  /*
  * If there is no SIZE_MAX or SIZE_T_MAX we have to assume that size_t   * If there is no SIZE_MAX or SIZE_T_MAX we have to assume that size_t
  * could be signed (as it is on SunOS 4.x).  This just means that   * could be signed (as it is on SunOS 4.x).  This just means that

Legend:
Removed from v.1.11  
changed lines
  Added in v.1.12