summaryrefslogtreecommitdiffstats
path: root/games/worms
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/worms
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/worms')
-rw-r--r--games/worms/worms.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/games/worms/worms.c b/games/worms/worms.c
index ed50e37..f31a6e4 100644
--- a/games/worms/worms.c
+++ b/games/worms/worms.c
@@ -179,8 +179,8 @@ static struct worm {
} *worm;
volatile sig_atomic_t sig_caught = 0;
-void onsig __P((int));
void nomem(void);
+void onsig(int);
int
main(argc, argv)
OpenPOWER on IntegriCloud