Subject: NetBSD master CVS tree commits
To: None <source-changes@NetBSD.ORG>
From: The Source of All Evil <source@NetBSD.ORG>
List: source-changes
Date: 06/03/1996 15:10:04
cgd
Mon Jun  3 15:00:25 EDT 1996
Update of /a/cvsroot/src/usr.sbin/pstat
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv23946

Modified Files:
	pstat.c 
Log Message:
fix session pointer field width: make it two characters wider.
(The alpha will use all 8 chars.)
NOTE: use of (addr & ~KERNBASE) is VERY bogus.


cgd
Mon Jun  3 15:00:48 EDT 1996
Update of /a/cvsroot/src/usr.sbin/pstat
In directory pain.lcs.mit.edu:/a/tmp/cvs-serv24015

Revision/Branch: netbsd-1-2

Modified Files:
	pstat.c 
Log Message:
pull up from trunk:
>fix session pointer field width: make it two characters wider.
>(The alpha will use all 8 chars.)