summaryrefslogtreecommitdiff
path: root/games/backgammon/common_source/table.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/backgammon/common_source/table.c')
-rw-r--r--games/backgammon/common_source/table.c10
1 files changed, 1 insertions, 9 deletions
diff --git a/games/backgammon/common_source/table.c b/games/backgammon/common_source/table.c
index 5ecdac6708e..6c69e260ac4 100644
--- a/games/backgammon/common_source/table.c
+++ b/games/backgammon/common_source/table.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: table.c,v 1.7 2006/03/27 00:10:14 tedu Exp $ */
+/* $OpenBSD: table.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[] = "@(#)table.c 8.1 (Berkeley) 5/31/93";
-#else
-static char rcsid[] = "$OpenBSD: table.c,v 1.7 2006/03/27 00:10:14 tedu Exp $";
-#endif
-#endif /* not lint */
-
#include <ctype.h>
#include "back.h"