diff options
Diffstat (limited to 'games/trek/systemname.c')
-rw-r--r-- | games/trek/systemname.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games/trek/systemname.c b/games/trek/systemname.c index 80c842f89f69d..5812158b9e1a1 100644 --- a/games/trek/systemname.c +++ b/games/trek/systemname.c @@ -36,7 +36,7 @@ static char sccsid[] = "@(#)systemname.c 8.1 (Berkeley) 5/31/93"; #endif static const char rcsid[] = - "$FreeBSD$"; + "$FreeBSD: src/games/trek/systemname.c,v 1.4 1999/11/30 03:49:55 billf Exp $"; #endif /* not lint */ # include "trek.h" |