diff options
Diffstat (limited to 'usr.sbin/cron/lib/compat.c')
-rw-r--r-- | usr.sbin/cron/lib/compat.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/cron/lib/compat.c b/usr.sbin/cron/lib/compat.c index 96860128882f..4ae92d593829 100644 --- a/usr.sbin/cron/lib/compat.c +++ b/usr.sbin/cron/lib/compat.c @@ -16,7 +16,7 @@ */ #if !defined(lint) && !defined(LINT) -static char rcsid[] = "$FreeBSD$"; +static char rcsid[] = "$FreeBSD: src/usr.sbin/cron/lib/compat.c,v 1.7.38.1 2010/02/10 00:26:20 kensmith Exp $"; #endif /* vix 30dec93 [broke this out of misc.c - see RCS log for history] |