diff options
-rw-r--r-- | usr.bin/uudecode/uudecode.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/uudecode/uudecode.c b/usr.bin/uudecode/uudecode.c index acf0bdb..855687c 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 */ |