=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/zero_bytes.c,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- src/usr.bin/sudo/Attic/zero_bytes.c 2008/11/14 11:58:08 1.4 +++ src/usr.bin/sudo/Attic/zero_bytes.c 2010/03/04 12:21:36 1.5 @@ -19,10 +19,6 @@ #include #include -#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.