Steve Baker <[EMAIL PROTECTED]> writes:
| I've found a small problem in lib/error.c, line 155. On HP-UX 10.20,
| __strerror_r() returns an int, not a char* as the code expects.
| Therefore, the error report when, for example, passing a nonexistant
| file name to ls does not contain the text of the error.
|
| Looking at the lib/error.c code for textutils 2.0, I see that this has
| already been recognized, and the return value of __strerror_r() is
| ignored. I recommend incorporating the same change in fileutils 4.0.

Thanks for the report.
That's fixed in the latest test release.
  ftp://alpha.gnu.org/gnu/fetish/

Reply via email to