=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/parse.lex,v retrieving revision 1.5 retrieving revision 1.6 diff -u -r1.5 -r1.6 --- src/usr.bin/sudo/Attic/parse.lex 2002/01/16 18:09:13 1.5 +++ src/usr.bin/sudo/Attic/parse.lex 2002/04/25 15:49:03 1.6 @@ -3,8 +3,7 @@ * Copyright (c) 1996, 1998-2001 Todd C. Miller * All rights reserved. * - * This code is derived from software contributed by Chris Jepeway - * + * This code is derived from software contributed by Chris Jepeway. * * This code is derived from software contributed by Chris Jepeway * Redistribution and use in source and binary forms, with or without @@ -69,7 +68,7 @@ #include #ifndef lint -static const char rcsid[] = "$Sudo: parse.lex,v 1.118 2002/01/15 18:16:31 millert Exp $"; +static const char rcsid[] = "$Sudo: parse.lex,v 1.119 2002/03/16 00:44:47 millert Exp $"; #endif /* lint */ #undef yywrap /* guard against a yywrap macro */