John Steele Scott wrote:
Prior tohttp://git.savannah.gnu.org/gitweb/?p=coreutils.git;a=commitdiff;h=e373bb19 fd_reopen() initially did "close(desired_fd); fd = open(...)" which would always do the right thing
No, as the old code did the wrong thing for "touch /dev/stdin", whereas the current code works.
