summaryrefslogtreecommitdiffstats
path: root/games/phantasia/setup.c
diff options
context:
space:
mode:
Diffstat (limited to 'games/phantasia/setup.c')
-rw-r--r--games/phantasia/setup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/games/phantasia/setup.c b/games/phantasia/setup.c
index 05f8d067788..8498aadfc99 100644
--- a/games/phantasia/setup.c
+++ b/games/phantasia/setup.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: setup.c,v 1.5 2002/02/16 21:27:11 millert Exp $ */
+/* $OpenBSD: setup.c,v 1.6 2002/05/31 04:21:30 pjanzen Exp $ */
/* $NetBSD: setup.c,v 1.4 1995/04/24 12:24:41 cgd Exp $ */
/*
@@ -63,8 +63,8 @@ main(argc, argv)
int argc;
char *argv[];
{
- register char **filename; /* for pointing to file names */
- register int fd; /* file descriptor */
+ char **filename; /* for pointing to file names */
+ int fd; /* file descriptor */
FILE *fp; /* for opening files */
struct stat fbuf; /* for getting files statistics */
int ch;