Subject: Change ss_base field of struct sigaltstack back to ss_sp?
To: None <tech-kern@NetBSD.ORG>
From: J.T. Conklin <jtc@cygnus.com>
List: tech-kern
Date: 12/27/1995 15:53:55
It seems that the ss_sp field of the struct sigaltstack was changed to
ss_base.  I was made aware of this when PR #1784, which complains that
the code did not match the documentation, was submitted.

We could just change the documentation and be done with it, but common
usage and X/Open XPG4.2 specify the use of ss_sp.  I grep'd the source
tree for ss_sp, and it looks like a trivial, albeit comprehensive 
change.

Anyone care to comment before I go ahead and make the changes?

	--jtc