Paul Eggert wrote:
>                /* Don't write a message to just-created fd 2.  */
>                saved_errno = errno;
> -              if (err == STDERR_FILENO)
> -                close (err);
> +              close (err);
>                openat_restore_fail (saved_errno);

The comment no longer matches what the code does.

Bruno




Reply via email to