summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordaniel <daniel@openbsd.org>2020-12-15 00:38:18 +0000
committerdaniel <daniel@openbsd.org>2020-12-15 00:38:18 +0000
commit166ddc28d18279061e951cf0cefe4c17071993ee (patch)
tree2a93550fc6da819257a177e9076e12941e2e79b6
parentswitch over ncurses to --enable-const (diff)
downloadwireguard-openbsd-166ddc28d18279061e951cf0cefe4c17071993ee.tar.xz
wireguard-openbsd-166ddc28d18279061e951cf0cefe4c17071993ee.zip
the names com1 to com9 are reserved filenames on windows
Rename these files in the same way as NetBSD did in 2001. Requested by John Carmack so OpenBSD source code can be checked out on Windows. ok deraadt@, sthen@, "go ahead" jsg@
-rw-r--r--games/battlestar/Makefile5
-rw-r--r--games/battlestar/command1.c (renamed from games/battlestar/com1.c)2
-rw-r--r--games/battlestar/command2.c (renamed from games/battlestar/com2.c)2
-rw-r--r--games/battlestar/command3.c (renamed from games/battlestar/com3.c)2
-rw-r--r--games/battlestar/command4.c (renamed from games/battlestar/com4.c)2
-rw-r--r--games/battlestar/command5.c (renamed from games/battlestar/com5.c)2
-rw-r--r--games/battlestar/command6.c (renamed from games/battlestar/com6.c)2
-rw-r--r--games/battlestar/command7.c (renamed from games/battlestar/com7.c)2
8 files changed, 10 insertions, 9 deletions
diff --git a/games/battlestar/Makefile b/games/battlestar/Makefile
index d9e34dd0726..746bc5ecaf8 100644
--- a/games/battlestar/Makefile
+++ b/games/battlestar/Makefile
@@ -1,7 +1,8 @@
-# $OpenBSD: Makefile,v 1.10 2015/11/25 23:18:11 deraadt Exp $
+# $OpenBSD: Makefile,v 1.11 2020/12/15 00:38:18 daniel Exp $
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/games/battlestar/com1.c b/games/battlestar/command1.c
index 4d1a6226d36..726f6229c18 100644
--- a/games/battlestar/com1.c
+++ b/games/battlestar/command1.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com1.c,v 1.16 2019/05/09 20:19:22 tedu Exp $ */
+/* $OpenBSD: command1.c,v 1.1 2020/12/15 00:38:18 daniel Exp $ */
/* $NetBSD: com1.c,v 1.3 1995/03/21 15:06:51 cgd Exp $ */
/*
diff --git a/games/battlestar/com2.c b/games/battlestar/command2.c
index 8766654d203..57831ba5f3f 100644
--- a/games/battlestar/com2.c
+++ b/games/battlestar/command2.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com2.c,v 1.19 2018/02/07 20:22:23 tedu Exp $ */
+/* $OpenBSD: command2.c,v 1.1 2020/12/15 00:38:18 daniel Exp $ */
/* $NetBSD: com2.c,v 1.3 1995/03/21 15:06:55 cgd Exp $ */
/*
diff --git a/games/battlestar/com3.c b/games/battlestar/command3.c
index c8cbde03425..e1783a17d4d 100644
--- a/games/battlestar/com3.c
+++ b/games/battlestar/command3.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com3.c,v 1.15 2018/02/07 20:22:23 tedu Exp $ */
+/* $OpenBSD: command3.c,v 1.1 2020/12/15 00:38:18 daniel Exp $ */
/* $NetBSD: com3.c,v 1.3 1995/03/21 15:07:00 cgd Exp $ */
/*
diff --git a/games/battlestar/com4.c b/games/battlestar/command4.c
index b9e5b01da6a..67348ae6e65 100644
--- a/games/battlestar/com4.c
+++ b/games/battlestar/command4.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com4.c,v 1.16 2019/05/09 20:19:22 tedu Exp $ */
+/* $OpenBSD: command4.c,v 1.1 2020/12/15 00:38:18 daniel Exp $ */
/* $NetBSD: com4.c,v 1.3 1995/03/21 15:07:04 cgd Exp $ */
/*
diff --git a/games/battlestar/com5.c b/games/battlestar/command5.c
index bdb6d48e2c7..3c5be2e4508 100644
--- a/games/battlestar/com5.c
+++ b/games/battlestar/command5.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com5.c,v 1.14 2018/02/07 20:22:23 tedu Exp $ */
+/* $OpenBSD: command5.c,v 1.1 2020/12/15 00:38:18 daniel Exp $ */
/* $NetBSD: com5.c,v 1.3 1995/03/21 15:07:07 cgd Exp $ */
/*
diff --git a/games/battlestar/com6.c b/games/battlestar/command6.c
index aad08d78a5c..1a3404fe0d8 100644
--- a/games/battlestar/com6.c
+++ b/games/battlestar/command6.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com6.c,v 1.25 2019/05/09 20:19:22 tedu Exp $ */
+/* $OpenBSD: command6.c,v 1.1 2020/12/15 00:38:18 daniel Exp $ */
/* $NetBSD: com6.c,v 1.5 1995/04/27 21:30:23 mycroft Exp $ */
/*
diff --git a/games/battlestar/com7.c b/games/battlestar/command7.c
index 1b14009fde7..4318c349090 100644
--- a/games/battlestar/com7.c
+++ b/games/battlestar/command7.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: com7.c,v 1.14 2018/02/07 20:22:23 tedu Exp $ */
+/* $OpenBSD: command7.c,v 1.1 2020/12/15 00:38:18 daniel Exp $ */
/* $NetBSD: com7.c,v 1.3 1995/03/21 15:07:12 cgd Exp $ */
/*