From owner-cvs-all Tue May 28 19:58:44 2002 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 3BA6237B401; Tue, 28 May 2002 19:58:42 -0700 (PDT) Received: (from marcel@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id g4T2wgF83137; Tue, 28 May 2002 19:58:42 -0700 (PDT) (envelope-from marcel) Message-Id: <200205290258.g4T2wgF83137@freefall.freebsd.org> From: Marcel Moolenaar Date: Tue, 28 May 2002 19:58:41 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/sys gpt.h X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG marcel 2002/05/28 19:58:41 PDT Modified files: sys/sys gpt.h Log: Add attribute packed to struct gpt_hdr to avoid unwanted padding at the end of the struct to make it an integral number of "longs" on 64-bit architectures. The size of the struct must be 92, not 96. Revision Changes Path 1.2 +1 -1 src/sys/sys/gpt.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message