On 3 Jun 2002, Kenneth Porter wrote: > On Sat, 2002-06-01 at 12:52, Brian C. Hill wrote: > > Hello qpopper developers if you are listening! > > > > 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? >
I have no side to this debate, but..strerror will do it, barring some sort of needed feature of sys_errlist. --TOny .-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-. Anthony J. Biacco Network Administrator/Engineer [EMAIL PROTECTED] http://www.asteroid-b612.org "Strange, but it seems, there's a mutiny brewing inside of me" .-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-._.-.
