From 6ce2a155da866c85df67a41ca86a1da90cba6657 Mon Sep 17 00:00:00 2001 From: Tony Finch Date: Tue, 10 Sep 2002 19:23:44 +0000 Subject: [PATCH] Remove register keyword. --- usr.bin/uudecode/uudecode.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index acf0bdbf37a..855687ca173 100644 --- a/usr.bin/uudecode/uudecode.c +++ b/usr.bin/uudecode/uudecode.c @@ -154,8 +154,8 @@ int decode2(int flag) { struct passwd *pw; - register int n; - register char ch, *p; + int n; + char ch, *p; int base64, n1; char buf[MAXPATHLEN+1]; char buffn[MAXPATHLEN+1]; /* file name buffer */