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