fold in patch to sudo.pam to fix ldap usage, closing 607199
[debian/sudo] / zero_bytes.c
index 8ce2eb581bc9daf06619845548f841618c78d306..7391780aa0c9a938a771455f54e89a02a7db968e 100644 (file)
 #include <config.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
  * the compiler will not be able to optimize away this function.