Remove register keyword.

Reviewed by:	kib
This commit is contained in:
kevlo 2016-10-20 01:21:10 +00:00
parent cc44da6e73
commit 2bbb1fa622

View File

@ -204,9 +204,9 @@ void
mi_startup(void) mi_startup(void)
{ {
register struct sysinit **sipp; /* system initialization*/ struct sysinit **sipp; /* system initialization*/
register struct sysinit **xipp; /* interior loop of sort*/ struct sysinit **xipp; /* interior loop of sort*/
register struct sysinit *save; /* bubble*/ struct sysinit *save; /* bubble*/
#if defined(VERBOSE_SYSINIT) #if defined(VERBOSE_SYSINIT)
int last; int last;