dtlogin: remove register keyword

This commit is contained in:
Jon Trulson
2018-06-27 17:25:01 -06:00
parent 97264ba971
commit 88dd3b2c71
14 changed files with 41 additions and 41 deletions

View File

@@ -449,8 +449,8 @@ login_defaults(
struct display *d )
{
extern int defcntl();
register int flags;
register char *ptr;
int flags;
char *ptr;
char *Def_path;
char *final_path = malloc(MAXPATHLEN);
char *element;