diff options
Diffstat (limited to 'backgammon/common_source/backgammon.c')
| -rw-r--r-- | backgammon/common_source/backgammon.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/backgammon/common_source/backgammon.c b/backgammon/common_source/backgammon.c index 036301f4..24ec4d4e 100644 --- a/backgammon/common_source/backgammon.c +++ b/backgammon/common_source/backgammon.c @@ -32,7 +32,8 @@ */ #ifndef lint -static char sccsid[] = "@(#)backgammon.c 5.1 (Berkeley) 4/8/91"; +/*static char sccsid[] = "from: @(#)backgammon.c 5.1 (Berkeley) 4/8/91";*/ +static char rcsid[] = "$Id: backgammon.c,v 1.2 1993/08/01 18:56:45 mycroft Exp $"; #endif /* not lint */ /* |
