diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-01-30 20:17:35 +0900 |
| commit | 8250c8e42310cb39ceb6ae425bc8546208733e99 (patch) | |
| tree | 6e27394b86eb387505f1e2cb712630e001d34fb8 /tdm/backend/auth.c | |
| parent | 234e466e0e524cfd92a268c37d504a7ff910ca45 (diff) | |
| download | tdebase-8250c8e42310cb39ceb6ae425bc8546208733e99.tar.gz tdebase-8250c8e42310cb39ceb6ae425bc8546208733e99.zip | |
Removed explicit usage of the 'register' keyword.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'tdm/backend/auth.c')
| -rw-r--r-- | tdm/backend/auth.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tdm/backend/auth.c b/tdm/backend/auth.c index b92881789..9698816ad 100644 --- a/tdm/backend/auth.c +++ b/tdm/backend/auth.c @@ -393,7 +393,7 @@ SetLocalAuthorization( struct display *d ) void SetAuthorization( struct display *d ) { - register Xauth **auth = d->authorizations; + Xauth **auth = d->authorizations; int i; for (i = 0; i < d->authNum; i++) { @@ -925,7 +925,7 @@ DefineSelf( int fd, int file, int auth, int *ok ) int family; struct utsname name; - register struct hostent *hp; + struct hostent *hp; union { struct sockaddr sa; |
