K 10 svn:author V 7 wollman K 8 svn:date V 27 2002-10-21T19:54:41.000000Z K 7 svn:log V 275 Use strerror_r() rather than trying to hack our own. This avoids dealing with the nonstandardized types of sys_nerr and sys_errlst[] and works for both -current and recent (>=4.5) values of -stable. The previous implementation knew too much about sys_nerr for its own good. END