[OpenAFS-devel] solaris 10 x86 64-bit lwp compile issues

Jim Rees rees@umich.edu
Thu, 14 Dec 2006 11:27:04 -0500


  I commented out in venus/up.c around line 303 [if (errno >=sys_nerr)]
  in two places where it uses sys_nerr and sys_errlist

Instead of commenting out, how about a configure test to use strerror if
available?  Or just use perror.