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.