Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 25 Jul 2011 21:39:09 +0000 (UTC)
From:      Marius Strobl <marius@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/common ufsread.c
Message-ID:  <201107252139.p6PLdVbJ028618@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help

marius      2011-07-25 21:39:09 UTC

  FreeBSD src repository

  Modified files:        (Branch: RELENG_7)
    sys/boot/common      ufsread.c 
  Log:
  SVN rev 224404 on 2011-07-25 21:39:09Z by marius
  
  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 <dimitry at andric.com>
  Reviewed by:    jhb
  
  Revision   Changes    Path
  1.14.10.6  +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?201107252139.p6PLdVbJ028618>