diff options
Diffstat (limited to 'eBones/lib/libkrb/krb_get_in_tkt.c')
-rw-r--r-- | eBones/lib/libkrb/krb_get_in_tkt.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eBones/lib/libkrb/krb_get_in_tkt.c b/eBones/lib/libkrb/krb_get_in_tkt.c index 06e2e3a..016f35b 100644 --- a/eBones/lib/libkrb/krb_get_in_tkt.c +++ b/eBones/lib/libkrb/krb_get_in_tkt.c @@ -5,13 +5,13 @@ * <Copyright.MIT>. * * from: der: krb_get_in_tkt.c,v 4.19 89/07/18 16:31:31 jtkohl Exp $ - * $FreeBSD$ + * $Id$ */ #if 0 #ifndef lint static char *rcsid = -"$FreeBSD$"; +"$Id$"; #endif /* lint */ #endif |