]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Replace structure assignments with explicity memcpy calls. This allows
authorRui Paulo <rpaulo@FreeBSD.org>
Tue, 24 Aug 2010 12:56:45 +0000 (12:56 +0000)
committerRui Paulo <rpaulo@FreeBSD.org>
Tue, 24 Aug 2010 12:56:45 +0000 (12:56 +0000)
commitf5a5c5653a99ce0bc36c42fa5ce0244536560023
tree36731b402de12295c03637de4571e01b070b1388
parent4873b1ac4d55e0c456037b9467d5c95ba84bb70a
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 <dimitry at andric.com>
Reviewed by: jhb
sys/boot/common/ufsread.c