K 10 svn:author V 6 marius K 8 svn:date V 27 2011-07-25T21:39:09.101563Z K 7 svn:log V 301 MFC: r211747 Replace structure assignments with explicity memcpy calls. This allows Clang to compile this file: it was using the builtin memcpy and we want to use the memcpy defined in gptboot.c. (Clang can't compile boot2 yet). Submitted by: Dimitry Andric Reviewed by: jhb END