diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-25 15:49:04 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2002-04-25 15:49:04 +0000 |
commit | 0177f1e0d7b791817d4c6fb1b8ffe7688d7b2cc0 (patch) | |
tree | 7598f930b890058cc6e75258a56f434e6bcbe74a /usr.bin/sudo/parse.yacc | |
parent | 14b8b5d2aa7b438deeec468009118f4478d90116 (diff) |
Update to sudo 1.6.6
Diffstat (limited to 'usr.bin/sudo/parse.yacc')
-rw-r--r-- | usr.bin/sudo/parse.yacc | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.bin/sudo/parse.yacc b/usr.bin/sudo/parse.yacc index 4f7922b54a2..7a6fb4ef57c 100644 --- a/usr.bin/sudo/parse.yacc +++ b/usr.bin/sudo/parse.yacc @@ -3,8 +3,7 @@ * Copyright (c) 1996, 1998-2001 Todd C. Miller <Todd.Miller@courtesan.com> * All rights reserved. * - * This code is derived from software contributed by Chris Jepeway - * <jepeway@cs.utk.edu> + * This code is derived from software contributed by Chris Jepeway. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions @@ -86,7 +85,7 @@ #endif /* HAVE_LSEARCH */ #ifndef lint -static const char rcsid[] = "$Sudo: parse.yacc,v 1.179 2001/12/30 18:41:12 millert Exp $"; +static const char rcsid[] = "$Sudo: parse.yacc,v 1.180 2002/03/16 00:44:47 millert Exp $"; #endif /* lint */ /* |