summaryrefslogtreecommitdiff
path: root/games/larn/monster.c
diff options
context:
space:
mode:
authorTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
committerTodd C. Miller <millert@cvs.openbsd.org>2002-02-16 21:28:12 +0000
commit6d57a1a176004a7d8fc009cdcf760098f86e3263 (patch)
treeee423c619fad03813234b9362694a17f3a638f0b /games/larn/monster.c
parentc707cb295fc3cac8d8feb343e949e0dcf71b8476 (diff)
Part one of userland __P removal. Done with a simple regexp with some minor hand editing to make comments line up correctly. Another pass is forthcoming that handles the cases that could not be done automatically.
Diffstat (limited to 'games/larn/monster.c')
-rw-r--r--games/larn/monster.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/larn/monster.c b/games/larn/monster.c
index 65dc04589a5..da2af0dc06a 100644
--- a/games/larn/monster.c
+++ b/games/larn/monster.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: monster.c,v 1.4 1999/05/30 02:23:16 pjanzen Exp $ */
+/* $OpenBSD: monster.c,v 1.5 2002/02/16 21:27:10 millert Exp $ */
/* $NetBSD: monster.c,v 1.5 1997/10/18 20:03:29 christos Exp $ */
/*
@@ -100,7 +100,7 @@
*
*/
#ifndef lint
-static char rcsid[] = "$OpenBSD: monster.c,v 1.4 1999/05/30 02:23:16 pjanzen Exp $";
+static char rcsid[] = "$OpenBSD: monster.c,v 1.5 2002/02/16 21:27:10 millert Exp $";
#endif /* not lint */
#include <ctype.h>
@@ -115,7 +115,7 @@ struct isave { /* used for altar reality */
short arg; /* the type of item or hitpoints of monster */
};
-static int dirsub __P((int *, int *));
+static int dirsub(int *, int *);
/*
* createmonster(monstno) Function to create a monster next to the player
* int monstno;