summaryrefslogtreecommitdiffstats
path: root/games/dm/dm.c
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/dm/dm.c
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/dm/dm.c')
-rw-r--r--games/dm/dm.c18
1 files changed, 9 insertions, 9 deletions
diff --git a/games/dm/dm.c b/games/dm/dm.c
index 8e4a687..5648eb1 100644
--- a/games/dm/dm.c
+++ b/games/dm/dm.c
@@ -68,15 +68,15 @@ static int priority = 0; /* priority game runs at */
static char *game, /* requested game */
*gametty; /* from tty? */
-void c_day __P((char *, char *, char *));
-void c_tty __P((char *));
-void c_game __P((char *, char *, char *, char *));
-void hour __P((int));
-double load __P((void));
-void nogamefile __P((void));
-void play __P((char **));
-void read_config __P((void));
-int users __P((void));
+void c_day(char *, char *, char *);
+void c_tty(char *);
+void c_game(char *, char *, char *, char *);
+void hour(int);
+double load(void);
+void nogamefile(void);
+void play(char **);
+void read_config(void);
+int users(void);
int
main(argc, argv)
OpenPOWER on IntegriCloud