diff options
Diffstat (limited to 'usr.sbin/zic/zic.c')
-rw-r--r-- | usr.sbin/zic/zic.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/zic/zic.c b/usr.sbin/zic/zic.c index 89866ba4988ce..7b2ac2ce183bb 100644 --- a/usr.sbin/zic/zic.c +++ b/usr.sbin/zic/zic.c @@ -6,7 +6,7 @@ static char elsieid[] = "@(#)zic.c 7.77"; #ifndef lint static const char rcsid[] = - "$Id$"; + "$Id: zic.c,v 1.7 1997/10/29 07:27:56 charnier Exp $"; #endif /* not lint */ #include "private.h" |