Remove register keyword.

Reviewed by:	kib
This commit is contained in:
Kevin Lo 2016-10-20 01:21:10 +00:00
parent 7c68685366
commit 61f481fb7e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=307663

View File

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