diff options
author | Todd C. Miller <millert@cvs.openbsd.org> | 2010-03-04 12:21:37 +0000 |
---|---|---|
committer | Todd C. Miller <millert@cvs.openbsd.org> | 2010-03-04 12:21:37 +0000 |
commit | 556f01a522994318adaf72a48d06fdf496e60814 (patch) | |
tree | b97b6a75285ee5cf5b8d6cb0c1a1230e63df4dfc /usr.bin/sudo/auth/kerb4.c | |
parent | d0deb35c5e92ce759df7b665816599b79313db01 (diff) |
Remove old $Sudo$ tags; the main sudo tree no longer lives in cvs.
Diffstat (limited to 'usr.bin/sudo/auth/kerb4.c')
-rw-r--r-- | usr.bin/sudo/auth/kerb4.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/sudo/auth/kerb4.c b/usr.bin/sudo/auth/kerb4.c index 2f6c1099c9c..4b3e38147a1 100644 --- a/usr.bin/sudo/auth/kerb4.c +++ b/usr.bin/sudo/auth/kerb4.c @@ -47,10 +47,6 @@ #include "sudo.h" #include "sudo_auth.h" -#ifndef lint -__unused static const char rcsid[] = "$Sudo: kerb4.c,v 1.16 2008/11/09 14:13:13 millert Exp $"; -#endif /* lint */ - int kerb4_init(pw, promptp, auth) struct passwd *pw; |