Subject: CVS commit: src
To: None <source-changes@netbsd.org>
From: Jason R Thorpe <thorpej@netbsd.org>
List: source-changes
Date: 11/30/1998 12:36:28
Module Name:	src
Committed By:	thorpej
Date:		Mon Nov 30 20:36:27 UTC 1998

Modified Files:
	src/include: signal.h unistd.h
Log Message:
Change the type of sys_siglist and sys_signame from const char *const [] to
const char *const *, and rename them to __sys_siglist14 and __sys_signame14.
This will prevent the size of the exported symbol from changing when more
signals are added to the list.