Subject: CVS commit: [nathanw_sa] src/sys/sys
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 01/16/2003 05:07:51
Module Name:	src
Committed By:	thorpej
Date:		Thu Jan 16 03:07:50 UTC 2003

Modified Files:
	src/sys/sys [nathanw_sa]: Makefile signal.h
Added Files:
	src/sys/sys [nathanw_sa]: sigtypes.h

Log Message:
Split out the type defitions of sigset_t and stack_t into a new
file <sys/sigtypes.h>, and include it from <sys/signal.h>.  This
allows other header files which need the signal-related defined
types, but for which including <sys/signal.h> is too much.


To generate a diff of this commit:
cvs rdiff -r1.25.2.12 -r1.25.2.13 src/sys/sys/Makefile
cvs rdiff -r1.42.20.7 -r1.42.20.8 src/sys/sys/signal.h
cvs rdiff -r0 -r1.1.2.1 src/sys/sys/sigtypes.h

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