[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.3 and 1.4

version 1.3, 2007/07/26 16:10:16 version 1.4, 2008/11/14 11:58:08
Line 1 
Line 1 
 /*  /*
  * Copyright (c) 2003-2005 Todd C. Miller <Todd.Miller@courtesan.com>   * Copyright (c) 2003-2005, 2007 Todd C. Miller <Todd.Miller@courtesan.com>
  *   *
  * Permission to use, copy, modify, and distribute this software for any   * Permission to use, copy, modify, and distribute this software for any
  * purpose with or without fee is hereby granted, provided that the above   * purpose with or without fee is hereby granted, provided that the above
Line 20 
Line 20 
 #include <compat.h>  #include <compat.h>
   
 #ifndef lint  #ifndef lint
 __unused static const char rcsid[] = "$Sudo: zero_bytes.c,v 1.2.2.2 2007/06/12 01:28:42 millert Exp $";  __unused static const char rcsid[] = "$Sudo: zero_bytes.c,v 1.7 2008/11/09 14:13:12 millert Exp $";
 #endif /* lint */  #endif /* lint */
   
 /*  /*
Line 29 
Line 29 
  */   */
 void  void
 zero_bytes(v, n)  zero_bytes(v, n)
     volatile VOID *v;      volatile void *v;
     size_t n;      size_t n;
 {  {
     volatile char *p, *ep;      volatile char *p, *ep;

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