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

Diff for /src/usr.bin/sudo/Attic/zero_bytes.c between version 1.4 and 1.5

version 1.4, 2008/11/14 11:58:08 version 1.5, 2010/03/04 12:21:36
Line 19 
Line 19 
 #include <config.h>  #include <config.h>
 #include <compat.h>  #include <compat.h>
   
 #ifndef lint  
 __unused static const char rcsid[] = "$Sudo: zero_bytes.c,v 1.7 2008/11/09 14:13:12 millert Exp $";  
 #endif /* lint */  
   
 /*  /*
  * Like bzero(3) but with a volatile pointer.  The hope is that   * Like bzero(3) but with a volatile pointer.  The hope is that
  * the compiler will not be able to optimize away this function.   * the compiler will not be able to optimize away this function.

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