K 10 svn:author V 6 kevans K 8 svn:date V 27 2020-08-05T14:42:45.774633Z K 7 svn:log V 373 MFC r362564: stand: remove redundant declarations These are picked out by the amd64-gcc6 build; time() is declared in and delay() is declared in . 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 . END