Remove register keyword.

This commit is contained in:
fanf 2002-09-10 19:23:44 +00:00
parent ec1f90b434
commit c5e31d5ee6

View File

@ -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 */