Bob Tanner wrote: > On Thursday 21 April 2005 04:25 pm, John A Meinel wrote: > > I'm wondering if you are getting something like ENOTDIR, or ENAMETOOLONG > > > > errn = 99, not sure where to look for the error convert from number to name,
On linux my /usr/include/asm-generic/errno.h says it's EADDRNOTAVAIL, address not available. If that doesn't have it for you try egrep -r '#define[[:space:]]+E[A-Z_]+[[:space:]]+99' /usr/include -- Jason McCarty <[EMAIL PROTECTED]> _______________________________________________ Gnu-arch-users mailing list [email protected] http://lists.gnu.org/mailman/listinfo/gnu-arch-users GNU arch home page: http://savannah.gnu.org/projects/gnu-arch/
