=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/sudo/Attic/parse.c,v retrieving revision 1.5.4.1 retrieving revision 1.6 diff -c -r1.5.4.1 -r1.6 *** src/usr.bin/sudo/Attic/parse.c 2002/01/18 17:20:23 1.5.4.1 --- src/usr.bin/sudo/Attic/parse.c 2002/01/03 03:49:16 1.6 *************** *** 1,5 **** /* ! * Copyright (c) 1996, 1998-2002 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway --- 1,5 ---- /* ! * Copyright (c) 1996, 1998-2001 Todd C. Miller * All rights reserved. * * This code is derived from software contributed by Chris Jepeway *************** *** 97,103 **** #endif /* HAVE_FNMATCH */ #ifndef lint ! static const char rcsid[] = "$Sudo: parse.c,v 1.136 2002/01/08 15:00:18 millert Exp $"; #endif /* lint */ /* --- 97,103 ---- #endif /* HAVE_FNMATCH */ #ifndef lint ! static const char rcsid[] = "$Sudo: parse.c,v 1.134 2001/12/14 19:52:48 millert Exp $"; #endif /* lint */ /*