Kenneth Porter on Mon 3/06 10:23 -0700: > > The next release of qpopper should not use sys_errlist and sys_nerr. > > These variables are not externally defined on SunOS 5.7/5.8 when > > compiling 64-bit binaries. I have to keep changing the code to not > > use them. They aren't really supposed to be used at all. > > What do you use instead? Or do you just not log text equivalents for > the error numbers, assuming the end-user can look the number up in > header files?
strerror() or perror() ?
