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 2143bc45ac86..6057b8601f1a 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[] = "$Id$"; +static char rcsid[] = "$FreeBSD$"; #endif /* vix 30dec93 [broke this out of misc.c - see RCS log for history] |