Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 09/21/1998 12:14:43
Module Name:	src
Committed By:	thorpej
Date:		Mon Sep 21 19:14:43 UTC 1998

Modified Files:
	src/include: signal.h
Log Message:
Declare the size of sys_siglist[] and sys_signame[] to be SIGUSR2+1
instead of _NSIG for now; we need to change these to char **'s, and do
a symbol renaming trick on them, eventually (a'la what Todd did with
libbfd's target match array).