From 97419aa08e8c00ecb310bee32a275cc82acd27d4 Mon Sep 17 00:00:00 2001 From: pjanzen Date: Fri, 31 May 2002 04:21:20 +0000 Subject: de-register --- games/phantasia/setup.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'games/phantasia') 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; -- cgit v1.2.3-59-g8ed1b