summaryrefslogtreecommitdiffstats
path: root/backgammon/common_source
diff options
context:
space:
mode:
authormycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
committermycroft <mycroft@NetBSD.org>1993-08-01 18:49:50 +0000
commit462fca95471224f85b85be911e72faee16cd1597 (patch)
treea0e4c1c096d66e8908adab57224bf19bd7f94e63 /backgammon/common_source
parent1639abc312beea68f4391a202db74ef7bdd5a494 (diff)
downloadbsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.gz
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.tar.zst
bsdgames-darwin-462fca95471224f85b85be911e72faee16cd1597.zip
Add RCS identifiers.
Diffstat (limited to 'backgammon/common_source')
-rw-r--r--backgammon/common_source/allow.c3
-rw-r--r--backgammon/common_source/back.h3
-rw-r--r--backgammon/common_source/backgammon.c3
-rw-r--r--backgammon/common_source/board.c3
-rw-r--r--backgammon/common_source/check.c3
-rw-r--r--backgammon/common_source/fancy.c3
-rw-r--r--backgammon/common_source/init.c3
-rw-r--r--backgammon/common_source/odds.c3
-rw-r--r--backgammon/common_source/one.c3
-rw-r--r--backgammon/common_source/save.c3
-rw-r--r--backgammon/common_source/subs.c3
-rw-r--r--backgammon/common_source/table.c3
12 files changed, 24 insertions, 12 deletions
diff --git a/backgammon/common_source/allow.c b/backgammon/common_source/allow.c
index 2a7c9e0d..7744f474 100644
--- a/backgammon/common_source/allow.c
+++ b/backgammon/common_source/allow.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)allow.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)allow.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: allow.c,v 1.2 1993/08/01 18:56:46 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/back.h b/backgammon/common_source/back.h
index 5bab6e55..2d5e091c 100644
--- a/backgammon/common_source/back.h
+++ b/backgammon/common_source/back.h
@@ -30,7 +30,8 @@
* OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
* SUCH DAMAGE.
*
- * @(#)back.h 5.4 (Berkeley) 6/1/90
+ * from: @(#)back.h 5.4 (Berkeley) 6/1/90
+ * $Id: back.h,v 1.2 1993/08/01 18:56:48 mycroft Exp $
*/
#include <sgtty.h>
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 */
/*
diff --git a/backgammon/common_source/board.c b/backgammon/common_source/board.c
index d21d36a9..8b1402ab 100644
--- a/backgammon/common_source/board.c
+++ b/backgammon/common_source/board.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)board.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)board.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: board.c,v 1.2 1993/08/01 18:56:47 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/check.c b/backgammon/common_source/check.c
index 5ef2eb2b..ac4e3dcb 100644
--- a/backgammon/common_source/check.c
+++ b/backgammon/common_source/check.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)check.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)check.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: check.c,v 1.2 1993/08/01 18:56:44 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/fancy.c b/backgammon/common_source/fancy.c
index 6afaa367..88ecfd89 100644
--- a/backgammon/common_source/fancy.c
+++ b/backgammon/common_source/fancy.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)fancy.c 5.5 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)fancy.c 5.5 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: fancy.c,v 1.2 1993/08/01 18:56:43 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/init.c b/backgammon/common_source/init.c
index 9d3fce3b..45f297f7 100644
--- a/backgammon/common_source/init.c
+++ b/backgammon/common_source/init.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)init.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)init.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: init.c,v 1.2 1993/08/01 18:56:41 mycroft Exp $";
#endif /* not lint */
#include <sgtty.h>
diff --git a/backgammon/common_source/odds.c b/backgammon/common_source/odds.c
index dc780497..02354d31 100644
--- a/backgammon/common_source/odds.c
+++ b/backgammon/common_source/odds.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)odds.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)odds.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: odds.c,v 1.2 1993/08/01 18:56:42 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/one.c b/backgammon/common_source/one.c
index c00f4ca1..cb63c72c 100644
--- a/backgammon/common_source/one.c
+++ b/backgammon/common_source/one.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)one.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)one.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: one.c,v 1.2 1993/08/01 18:56:39 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/save.c b/backgammon/common_source/save.c
index b91d3ec3..9433306b 100644
--- a/backgammon/common_source/save.c
+++ b/backgammon/common_source/save.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)save.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)save.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: save.c,v 1.2 1993/08/01 18:56:38 mycroft Exp $";
#endif /* not lint */
#include "back.h"
diff --git a/backgammon/common_source/subs.c b/backgammon/common_source/subs.c
index 7917124f..c1b0e8ee 100644
--- a/backgammon/common_source/subs.c
+++ b/backgammon/common_source/subs.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)subs.c 5.5 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)subs.c 5.5 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: subs.c,v 1.2 1993/08/01 18:56:37 mycroft Exp $";
#endif /* not lint */
#include <stdio.h>
diff --git a/backgammon/common_source/table.c b/backgammon/common_source/table.c
index 9555e8dd..a46a50dd 100644
--- a/backgammon/common_source/table.c
+++ b/backgammon/common_source/table.c
@@ -32,7 +32,8 @@
*/
#ifndef lint
-static char sccsid[] = "@(#)table.c 5.4 (Berkeley) 6/1/90";
+/*static char sccsid[] = "from: @(#)table.c 5.4 (Berkeley) 6/1/90";*/
+static char rcsid[] = "$Id: table.c,v 1.2 1993/08/01 18:56:35 mycroft Exp $";
#endif /* not lint */
#include "back.h"