summaryrefslogtreecommitdiffstats
path: root/usr.bin/uudecode/uudecode.c
diff options
context:
space:
mode:
authorfanf <fanf@FreeBSD.org>2002-09-10 19:23:44 +0000
committerfanf <fanf@FreeBSD.org>2002-09-10 19:23:44 +0000
commitc5e31d5ee6766495c86fb99cf874514018b3622e (patch)
tree475e1833de46d47336971ad683830749bf25230e /usr.bin/uudecode/uudecode.c
parentec1f90b4345082e0d7fd1dad3be6faf8a89e8387 (diff)
downloadFreeBSD-src-c5e31d5ee6766495c86fb99cf874514018b3622e.zip
FreeBSD-src-c5e31d5ee6766495c86fb99cf874514018b3622e.tar.gz
Remove register keyword.
Diffstat (limited to 'usr.bin/uudecode/uudecode.c')
-rw-r--r--usr.bin/uudecode/uudecode.c4
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 */
OpenPOWER on IntegriCloud