K 10 svn:author V 6 rpaulo K 8 svn:date V 27 2010-08-24T12:56:45.961850Z K 7 svn:log V 287 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