summaryrefslogtreecommitdiffstats
path: root/games/phantasia
diff options
context:
space:
mode:
authorpjanzen <pjanzen@openbsd.org>2002-05-31 04:21:20 +0000
committerpjanzen <pjanzen@openbsd.org>2002-05-31 04:21:20 +0000
commit97419aa08e8c00ecb310bee32a275cc82acd27d4 (patch)
tree313198744ca649179aae0d9aff28280af1f28f98 /games/phantasia
parentNo dm -> no dm.conf. (diff)
downloadwireguard-openbsd-97419aa08e8c00ecb310bee32a275cc82acd27d4.tar.xz
wireguard-openbsd-97419aa08e8c00ecb310bee32a275cc82acd27d4.zip
de-register
Diffstat (limited to 'games/phantasia')
-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;