summaryrefslogtreecommitdiffstats
path: root/cribbage/support.c
diff options
context:
space:
mode:
Diffstat (limited to 'cribbage/support.c')
-rw-r--r--cribbage/support.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/cribbage/support.c b/cribbage/support.c
index b617296e..86ac6a52 100644
--- a/cribbage/support.c
+++ b/cribbage/support.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)support.c 5.6 (Berkeley) 2/28/91";
+/*static char sccsid[] = "from: @(#)support.c 5.6 (Berkeley) 2/28/91";*/
+static char rcsid[] = "$Id: support.c,v 1.2 1993/08/01 18:55:09 mycroft Exp $";
#endif /* not lint */
#include <curses.h>