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

@@ -62,7 +62,7 @@ extern void exit ();
void
BecomeDaemon( void )
{
register int i;
int i;
/*
* fork so that the process goes into the background automatically. Also