Subject: CVS commit: syssrc/sys/lib/libsa
To: None <source-changes@netbsd.org>
From: Matt Thomas <matt@netbsd.org>
List: source-changes
Date: 03/30/2002 03:29:49
Module Name:	syssrc
Committed By:	matt
Date:		Sat Mar 30 01:29:49 UTC 2002

Modified Files:
	syssrc/sys/lib/libsa: ustarfs.c

Log Message:
Add a 1byte pad to make the ustar_t word aligned so the uas_1cyl after it
will also be word aligned.  This makes the VAX VMB bootrom happy since it
doesn't support odd-aligned buffers.


To generate a diff of this commit:
cvs rdiff -r1.17 -r1.18 syssrc/sys/lib/libsa/ustarfs.c

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