Mute gcc warning about p not being possibly initialized

I'm running into this warning on a tinderbox run with gcc 4.2.1 with mips and
powerpc.

MFC after:	1 week
This commit is contained in:
ngie 2017-10-10 15:41:35 +00:00
parent 1077fb3d16
commit 023de80f40

View File

@ -172,7 +172,7 @@ main(int argc, char *argv[])
au_id_t auid;
#endif
shell = class = cleanenv = NULL;
p = shell = class = cleanenv = NULL;
asme = asthem = fastlogin = statusp = 0;
user = "root";
iscsh = UNSET;