diff options
Diffstat (limited to 'games/backgammon/common_source/board.c')
-rw-r--r-- | games/backgammon/common_source/board.c | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/games/backgammon/common_source/board.c b/games/backgammon/common_source/board.c index ea636dbf7eb..a0802e1a3a4 100644 --- a/games/backgammon/common_source/board.c +++ b/games/backgammon/common_source/board.c @@ -1,4 +1,4 @@ -/* $OpenBSD: board.c,v 1.7 2003/06/03 03:01:38 millert Exp $ */ +/* $OpenBSD: board.c,v 1.8 2009/10/27 23:59:23 deraadt Exp $ */ /* * Copyright (c) 1980, 1993 @@ -29,14 +29,6 @@ * SUCH DAMAGE. */ -#ifndef lint -#if 0 -static char sccsid[] = "@(#)board.c 8.1 (Berkeley) 5/31/93"; -#else -static char rcsid[] = "$OpenBSD: board.c,v 1.7 2003/06/03 03:01:38 millert Exp $"; -#endif -#endif /* not lint */ - #include "back.h" static int i, j, k; |