mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
Remove register keyword.
This commit is contained in:
parent
c613756f77
commit
6ce2a155da
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Reference in a new issue