Subject: CVS commit: src/sys/ufs/ffs
To: None <source-changes@NetBSD.org>
From: Darrin B. Jewell <dbj@netbsd.org>
List: source-changes
Date: 01/02/2004 06:57:46
Module Name:	src
Committed By:	dbj
Date:		Fri Jan  2 06:57:46 UTC 2004

Modified Files:
	src/sys/ufs/ffs: ffs_appleufs.c fs.h

Log Message:
explicitly pad struct appleufslabel and use __attribute__((__packed__))
since apple put the 64 bit uuid field on a 4 byte boundary


To generate a diff of this commit:
cvs rdiff -r1.4 -r1.5 src/sys/ufs/ffs/ffs_appleufs.c
cvs rdiff -r1.38 -r1.39 src/sys/ufs/ffs/fs.h

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.