Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 24 Aug 2010 12:56:45 +0000 (UTC)
From:      Rui Paulo <rpaulo@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/common ufsread.c
Message-ID:  <201008241256.o7OCuuDg006579@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
rpaulo      2010-08-24 12:56:45 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/common      ufsread.c 
  Log:
  SVN rev 211747 on 2010-08-24 12:56:45Z by rpaulo
  
  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
  
  Revision  Changes    Path
  1.20      +9 -4      src/sys/boot/common/ufsread.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201008241256.o7OCuuDg006579>