summaryrefslogtreecommitdiff
path: root/games/mille/mille.c
diff options
context:
space:
mode:
authorThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 19:47:13 +0000
committerThorsten Lockert <tholo@cvs.openbsd.org>1996-06-02 19:47:13 +0000
commit53bde7aa54dba785761adf2e07bce713745dca5c (patch)
tree1a25d53d4d9eacde0eb46375ec056b291107f010 /games/mille/mille.c
parent1ff7940dde0b51ff9be56ffa751f4a93c90d65e5 (diff)
Update for modern curses implementation
Diffstat (limited to 'games/mille/mille.c')
-rw-r--r--games/mille/mille.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/mille/mille.c b/games/mille/mille.c
index cc4a6ac8c26..66ccd3a95bf 100644
--- a/games/mille/mille.c
+++ b/games/mille/mille.c
@@ -60,10 +60,10 @@ static char rcsid[] = "$NetBSD: mille.c,v 1.4 1995/03/24 05:01:48 cgd Exp $";
void rub();
main(ac, av)
-reg int ac;
-reg char *av[]; {
+register int ac;
+register char *av[]; {
- reg bool restore;
+ register bool restore;
/* run as the user */
setuid(getuid());