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:37:53
Module Name:	src
Committed By:	thorpej
Date:		Mon Nov 30 20:37:53 UTC 1998

Modified Files:
	src/sys/sys: errno.h
Log Message:
Change the type of sys_errlist from const char *const [] to const char *const *
and rename it to __sys_errlist14.  This will prevent the size of the exported
symbol from changing when more errors are added to the list.