Tiny error w.r.t. change from 2005-12-05

2006-07-20 Thread Thomas Schwinge
Hello! #v+ 2005-12-05 Andreas Gruenbacher * src/copy.c [!HAVE_FCHOWN]: Define fchown(...) to -1. (set_owner, preserve_author): New functions, factored out of copy_reg. (copy_reg): Use them. (copy_internal): Use them here, too. #v- There was a tiny transformation

Re: Tiny error w.r.t. change from 2005-12-05

2006-07-20 Thread Thomas Schwinge
) id 1G3Y7D-00020G-GE; Thu, 20 Jul 2006 08:58:55 -0400 Date: Thu, 20 Jul 2006 14:58:55 +0200 From: Thomas Schwinge [EMAIL PROTECTED] To: bug-coreutils@gnu.org, [EMAIL PROTECTED] Subject: Tiny error w.r.t. change from 2005-12-05 Message-ID: [EMAIL PROTECTED] Mime-Version: 1.0 Content-Type

Re: Tiny error w.r.t. change from 2005-12-05

2006-07-20 Thread Jim Meyering
Thomas Schwinge [EMAIL PROTECTED] wrote: Hello! #v+ 2005-12-05 Andreas Gruenbacher * src/copy.c [!HAVE_FCHOWN]: Define fchown(...) to -1. (set_owner, preserve_author): New functions, factored out of copy_reg. (copy_reg): Use them. (copy_internal): Use them here,

Re: Tiny error w.r.t. change from 2005-12-05

2006-07-20 Thread Thomas Schwinge
Hello! On Thu, Jul 20, 2006 at 03:24:19PM +0200, Jim Meyering wrote: Thomas Schwinge [EMAIL PROTECTED] wrote: #v+ 2005-12-05 Andreas Gruenbacher * src/copy.c [!HAVE_FCHOWN]: Define fchown(...) to -1. (set_owner, preserve_author): New functions, factored out of copy_reg.

Re: Tiny error w.r.t. change from 2005-12-05

2006-07-20 Thread Paul Eggert
Thanks for the fix. By the way, is there some way in the Hurd to change the author of a file, given only its Unix file descriptor? I'd like to fix the FIXME about 5 lines before your fix, as that problem leads to a potential race condition. I'd appreciate any info you can provide for how to map