Minor style cleanups.

Submitted by:		bde
This commit is contained in:
ian 2016-02-21 18:17:09 +00:00
parent 7ac5bf14ff
commit 4543e2c4ad

View File

@ -2463,8 +2463,8 @@ init386(first)
metadata_missing = 1;
}
if (bootinfo.bi_envp)
init_static_kenv((caddr_t)bootinfo.bi_envp + KERNBASE, 0);
if (bootinfo.bi_envp != 0)
init_static_kenv((char *)bootinfo.bi_envp + KERNBASE, 0);
else
init_static_kenv(NULL, 0);