diff options
Diffstat (limited to 'usr.bin/cksum/sum1.c')
-rw-r--r-- | usr.bin/cksum/sum1.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/cksum/sum1.c b/usr.bin/cksum/sum1.c index bcdeb30df5a7..57678af42fd2 100644 --- a/usr.bin/cksum/sum1.c +++ b/usr.bin/cksum/sum1.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)sum1.c 8.1 (Berkeley) 6/6/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/usr.bin/cksum/sum1.c,v 1.4 1999/12/05 20:03:22 charnier Exp $"; #endif /* not lint */ #include <sys/types.h> |