summaryrefslogtreecommitdiffstats
path: root/games/bs
diff options
context:
space:
mode:
authorimp <imp@FreeBSD.org>2002-02-18 05:15:19 +0000
committerimp <imp@FreeBSD.org>2002-02-18 05:15:19 +0000
commit24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d (patch)
tree275284ba202a3acb4c5d5041be389eba1a666e3b /games/bs
parentd533053fe68906076e15c9a57531ef155a7d4283 (diff)
downloadFreeBSD-src-24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d.zip
FreeBSD-src-24cd0a3c91f27cb3589ccd980187ccc8c7c51b6d.tar.gz
Remove __P
Remove __STDC__ (which means we now use stdarg rather than vararg) Remove register Remove main prototype
Diffstat (limited to 'games/bs')
-rw-r--r--games/bs/bs.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/bs/bs.c b/games/bs/bs.c
index 4b4892f..5ccaa3e 100644
--- a/games/bs/bs.c
+++ b/games/bs/bs.c
@@ -141,9 +141,9 @@ static int salvo, blitz, closepack;
#define PR (void)addstr
-static bool checkplace __P((int, ship_t *, int));
-static int getcoord __P((int));
-int playagain __P((void));
+static bool checkplace(int, ship_t *, int);
+static int getcoord(int);
+int playagain(void);
static void uninitgame(sig)
/* end the game, either normally or due to signal */
OpenPOWER on IntegriCloud