summaryrefslogtreecommitdiffstats
path: root/battlestar
diff options
context:
space:
mode:
authortv <tv@NetBSD.org>2001-10-19 03:06:09 +0000
committertv <tv@NetBSD.org>2001-10-19 03:06:09 +0000
commit366256a208a1fe59bfb23c3e852701f35f8921da (patch)
tree1b0b147c55504ff616e643855e48fdb3b804c054 /battlestar
parent190af08cf37d9e3ef84ed9e65660d702e2082d70 (diff)
downloadbsdgames-darwin-366256a208a1fe59bfb23c3e852701f35f8921da.tar.gz
bsdgames-darwin-366256a208a1fe59bfb23c3e852701f35f8921da.tar.zst
bsdgames-darwin-366256a208a1fe59bfb23c3e852701f35f8921da.zip
Rename com#.c to command#.c to avoid conflicts with those file basenames
on certain Microsoft host OS's.
Diffstat (limited to 'battlestar')
-rw-r--r--battlestar/Makefile5
-rw-r--r--battlestar/command1.c (renamed from battlestar/com1.c)4
-rw-r--r--battlestar/command2.c (renamed from battlestar/com2.c)4
-rw-r--r--battlestar/command3.c (renamed from battlestar/com3.c)4
-rw-r--r--battlestar/command4.c (renamed from battlestar/com4.c)4
-rw-r--r--battlestar/command5.c (renamed from battlestar/com5.c)4
-rw-r--r--battlestar/command6.c (renamed from battlestar/com6.c)4
-rw-r--r--battlestar/command7.c (renamed from battlestar/com7.c)4
8 files changed, 17 insertions, 16 deletions
diff --git a/battlestar/Makefile b/battlestar/Makefile
index 33c6bc42..424f29a8 100644
--- a/battlestar/Makefile
+++ b/battlestar/Makefile
@@ -1,8 +1,9 @@
-# $NetBSD: Makefile,v 1.8 1998/02/18 22:37:30 jtc Exp $
+# $NetBSD: Makefile,v 1.9 2001/10/19 03:06:09 tv Exp $
# @(#)Makefile 8.1 (Berkeley) 5/31/93
PROG= battlestar
-SRCS= battlestar.c com1.c com2.c com3.c com4.c com5.c com6.c com7.c \
+SRCS= battlestar.c command1.c command2.c command3.c command4.c \
+ command5.c command6.c command7.c \
init.c cypher.c getcom.c parse.c room.c save.c fly.c misc.c \
globals.c dayfile.c nightfile.c dayobjs.c nightobjs.c words.c
MAN= battlestar.6
diff --git a/battlestar/com1.c b/battlestar/command1.c
index ab569228..5ece500e 100644
--- a/battlestar/com1.c
+++ b/battlestar/command1.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com1.c,v 1.13 2000/09/24 09:41:53 jsm Exp $ */
+/* $NetBSD: command1.c,v 1.1 2001/10/19 03:06:11 tv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com1.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com1.c,v 1.13 2000/09/24 09:41:53 jsm Exp $");
+__RCSID("$NetBSD: command1.c,v 1.1 2001/10/19 03:06:11 tv Exp $");
#endif
#endif /* not lint */
diff --git a/battlestar/com2.c b/battlestar/command2.c
index 55b86af9..aac5b0e1 100644
--- a/battlestar/com2.c
+++ b/battlestar/command2.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com2.c,v 1.22 2001/06/02 17:30:28 christos Exp $ */
+/* $NetBSD: command2.c,v 1.1 2001/10/19 03:06:11 tv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com2.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com2.c,v 1.22 2001/06/02 17:30:28 christos Exp $");
+__RCSID("$NetBSD: command2.c,v 1.1 2001/10/19 03:06:11 tv Exp $");
#endif
#endif /* not lint */
diff --git a/battlestar/com3.c b/battlestar/command3.c
index 8718c0fb..f8a01101 100644
--- a/battlestar/com3.c
+++ b/battlestar/command3.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com3.c,v 1.13 2000/09/25 00:33:18 jsm Exp $ */
+/* $NetBSD: command3.c,v 1.1 2001/10/19 03:06:11 tv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com3.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com3.c,v 1.13 2000/09/25 00:33:18 jsm Exp $");
+__RCSID("$NetBSD: command3.c,v 1.1 2001/10/19 03:06:11 tv Exp $");
#endif
#endif /* not lint */
diff --git a/battlestar/com4.c b/battlestar/command4.c
index 537fa065..2ae5bd04 100644
--- a/battlestar/com4.c
+++ b/battlestar/command4.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com4.c,v 1.19 2000/09/25 19:37:58 jsm Exp $ */
+/* $NetBSD: command4.c,v 1.1 2001/10/19 03:06:11 tv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com4.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com4.c,v 1.19 2000/09/25 19:37:58 jsm Exp $");
+__RCSID("$NetBSD: command4.c,v 1.1 2001/10/19 03:06:11 tv Exp $");
#endif
#endif /* not lint */
diff --git a/battlestar/com5.c b/battlestar/command5.c
index 7f263db4..22aa3c48 100644
--- a/battlestar/com5.c
+++ b/battlestar/command5.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com5.c,v 1.17 2000/09/25 14:05:52 jsm Exp $ */
+/* $NetBSD: command5.c,v 1.1 2001/10/19 03:06:11 tv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com5.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com5.c,v 1.17 2000/09/25 14:05:52 jsm Exp $");
+__RCSID("$NetBSD: command5.c,v 1.1 2001/10/19 03:06:11 tv Exp $");
#endif
#endif /* not lint */
diff --git a/battlestar/com6.c b/battlestar/command6.c
index 5f4c8562..9bf3802e 100644
--- a/battlestar/com6.c
+++ b/battlestar/command6.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com6.c,v 1.20 2000/09/24 14:20:24 jsm Exp $ */
+/* $NetBSD: command6.c,v 1.1 2001/10/19 03:06:11 tv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com6.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com6.c,v 1.20 2000/09/24 14:20:24 jsm Exp $");
+__RCSID("$NetBSD: command6.c,v 1.1 2001/10/19 03:06:11 tv Exp $");
#endif
#endif /* not lint */
diff --git a/battlestar/com7.c b/battlestar/command7.c
index 1cc85f19..633d41fc 100644
--- a/battlestar/com7.c
+++ b/battlestar/command7.c
@@ -1,4 +1,4 @@
-/* $NetBSD: com7.c,v 1.9 2000/09/17 23:04:17 jsm Exp $ */
+/* $NetBSD: command7.c,v 1.1 2001/10/19 03:06:11 tv Exp $ */
/*
* Copyright (c) 1983, 1993
@@ -38,7 +38,7 @@
#if 0
static char sccsid[] = "@(#)com7.c 8.2 (Berkeley) 4/28/95";
#else
-__RCSID("$NetBSD: com7.c,v 1.9 2000/09/17 23:04:17 jsm Exp $");
+__RCSID("$NetBSD: command7.c,v 1.1 2001/10/19 03:06:11 tv Exp $");
#endif
#endif /* not lint */