Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 May 2002 18:07:13 -0700 (PDT)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/sys gpt.h
Message-ID:  <200205310107.g4V17Ds82922@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2002/05/30 18:07:13 PDT

  Modified files:
    sys/sys              gpt.h 
  Log:
  Don't use an incomplete array type to mark the start of the padding
  because the padding should be inserted before the array and not after
  it, as is done by GCC 3.1. Instead use an explicit uint32_t field
  to get what was intended and on top of that make the size of the
  padding explicit. This also doesn't depend on a C99 feature.
  While here, expand the comment. Just to make a point.
  
  Pointed out by: fanf
  
  Revision  Changes    Path
  1.4       +8 -1      src/sys/sys/gpt.h

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




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