diff options
author | 2008-11-14 11:58:08 +0000 | |
---|---|---|
committer | 2008-11-14 11:58:08 +0000 | |
commit | a9350859d87105d6a746f564bbe216c232571c71 (patch) | |
tree | 5486e81db035384970032d6bb9d8fbe05c460193 /usr.bin/sudo/goodpath.c | |
parent | Upgrade to sudo 1.7. See the WHATSNEW files for details. (diff) | |
download | wireguard-openbsd-a9350859d87105d6a746f564bbe216c232571c71.tar.xz wireguard-openbsd-a9350859d87105d6a746f564bbe216c232571c71.zip |
Upgrade to sudo 1.7. See the WHATSNEW files for details.
Diffstat (limited to 'usr.bin/sudo/goodpath.c')
-rw-r--r-- | usr.bin/sudo/goodpath.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/sudo/goodpath.c b/usr.bin/sudo/goodpath.c index 1b72a66b141..1529404555b 100644 --- a/usr.bin/sudo/goodpath.c +++ b/usr.bin/sudo/goodpath.c @@ -39,7 +39,7 @@ #include "sudo.h" #ifndef lint -__unused static const char rcsid[] = "$Sudo: goodpath.c,v 1.40.2.3 2007/06/12 01:28:41 millert Exp $"; +__unused static const char rcsid[] = "$Sudo: goodpath.c,v 1.44 2005/02/12 22:56:06 millert Exp $"; #endif /* lint */ /* |