HomeFreeBSD

MFC r362564: stand: remove redundant declarations

Description

MFC r362564: stand: remove redundant declarations

These are picked out by the amd64-gcc6 build; time() is declared in <time.h>
and delay() is declared in <bootstrap.h>. These are the correct places for
these in stand/, so remove the duplicate declarations and make sure the
delay() consumer in libefi that depended on the extra delay() declaration
includes <bootstrap.h>.

Details

Provenance
kevansAuthored on
Parents
rS363913: MFC r361257: bsdinstall: do a `certctl rehash` upon installation of config
Branches
Unknown
Tags
Unknown