Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 28 Aug 2010 08:30:20 +0000 (UTC)
From:      Pawel Jakub Dawidek <pjd@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/geom/eli g_eli.c g_eli.h
Message-ID:  <201008280830.o7S8UXrs043178@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
pjd         2010-08-28 08:30:20 UTC

  FreeBSD src repository

  Modified files:
    sys/geom/eli         g_eli.c g_eli.h 
  Log:
  SVN rev 211927 on 2010-08-28 08:30:20Z by pjd
  
  Correct offset conversion to little endian. It was implemented in version 2,
  but because of a bug it was a no-op, so we were still using offsets in native
  byte order for the host. Do it properly this time, bump version to 4 and set
  the G_ELI_FLAG_NATIVE_BYTE_ORDER flag when version is under 4.
  
  MFC after:      2 weeks
  
  Revision  Changes    Path
  1.46      +5 -3      src/sys/geom/eli/g_eli.c
  1.14      +4 -4      src/sys/geom/eli/g_eli.h



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