diff options
author | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
---|---|---|
committer | Ken Smith <kensmith@FreeBSD.org> | 2008-11-26 01:09:48 +0000 |
commit | a93332491e10c1a23a9fd2f11ccbdba33d72d850 (patch) | |
tree | 1467effda708ab3ab6426f7cb6bd2d8d4fa29ab8 /games/factor/factor.c | |
parent | d2d8199ea25041ce5507c36316475bb4331b66ed (diff) |
Diffstat (limited to 'games/factor/factor.c')
-rw-r--r-- | games/factor/factor.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/factor/factor.c b/games/factor/factor.c index e3aa90cb8bee6..7c09f4b7aabe3 100644 --- a/games/factor/factor.c +++ b/games/factor/factor.c @@ -46,7 +46,7 @@ static char sccsid[] = "@(#)factor.c 8.4 (Berkeley) 5/4/95"; __RCSID("$NetBSD: factor.c,v 1.13 2002/06/18 23:07:36 simonb Exp $"); #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/factor/factor.c,v 1.13.30.1 2008/10/02 02:57:24 kensmith Exp $"; #endif /* not lint */ /* |