Subject: sun-lamp CVS commits
To: None <source-changes@sun-lamp.cs.berkeley.edu>
From: The Source Master <srcmastr@NetBSD.ORG>
List: source-changes
Date: 12/19/1994 06:40:02
cgd
Mon Dec 19 06:36:13 PST 1994
Update of /b/source/CVS/src/sys/sys
In directory sun-lamp.cs.berkeley.edu:/usr/src/sys/sys

Modified Files:
	exec.h 
Log Message:
fix a bug regarding stack-gap misalignment, pointed out by theo.
(fix suggested by him too, more or less.)


cgd
Mon Dec 19 06:36:56 PST 1994
Update of /b/source/CVS/src/sys/kern
In directory sun-lamp.cs.berkeley.edu:/usr/src/sys/kern

Modified Files:
	init_main.c 
Log Message:
use ALIGNBYTES for calculating alignment.  no reason not to, and good style
to do so.