bug-coreutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


From: Thomas Schwinge
Subject: Re: Tiny error w.r.t. change from 2005-12-05
Date: Thu, 20 Jul 2006 15:04:10 +0200
User-agent: Mutt/1.5.6+20040907i

Hello!

On Thu, Jul 20, 2006 at 02:58:55PM +0200, Thomas Schwinge wrote:
> [...]

Immediatelly (i.e. especiall that there was no ``long failure period''
like said in the bounce message) after sending the mail I received the
attached bounce.  I'm ccing this very email to another email address of
Andreas Gruenbacher (which I found in coreutils's `THANKS').  Need to
contact computer.org?


Regards,
 Thomas
--- Begin Message --- Subject: Mail delivery failed: returning message to sender Date: Thu, 20 Jul 2006 08:58:55 -0400
This message was created automatically by mail delivery software.

A message that you sent could not be delivered to one or more of its
recipients. This is a permanent error. The following address(es) failed:

  address@hidden
    retry time not reached for any host after a long failure period

------ This is a copy of the message, including all the headers. ------

Return-path: <address@hidden>
Received: from tschwinge by fencepost.gnu.org with local (Exim 4.34)
        id 1G3Y7D-00020G-GE; Thu, 20 Jul 2006 08:58:55 -0400
Date: Thu, 20 Jul 2006 14:58:55 +0200
From: Thomas Schwinge <address@hidden>
To: address@hidden, address@hidden
Subject: Tiny error w.r.t. change from 2005-12-05
Message-ID: <address@hidden>
Mime-Version: 1.0
Content-Type: multipart/mixed; boundary="qlTNgmc+xy1dBmNv"
Content-Disposition: inline
User-Agent: Mutt/1.5.6+20040907i


--qlTNgmc+xy1dBmNv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

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 error; please apply the attached patch.


Regards,
 Thomas

--qlTNgmc+xy1dBmNv
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="coreutils-src_copy.c.patch"

2006-07-20  Thomas Schwinge  <address@hidden>

        * src/copy.c (set_author): Correctly access SRC_SB's element ST_AUTHOR.

Index: src/copy.c
===================================================================
RCS file: /sources/coreutils/coreutils/src/copy.c,v
retrieving revision 1.201
diff -u -p -r1.201 copy.c
--- src/copy.c  5 Jul 2006 09:08:42 -0000       1.201
+++ src/copy.c  20 Jul 2006 12:46:12 -0000
@@ -221,7 +221,7 @@ set_author (const char *dst_name, int de
     error (0, errno, _("failed to lookup file %s"), quote (dst_name));
   else
     {
-      error_t err = file_chauthor (file, src_sb.st_author);
+      error_t err = file_chauthor (file, src_sb->st_author);
       if (err)
        error (0, err, _("failed to preserve authorship for %s"),
               quote (dst_name));

--qlTNgmc+xy1dBmNv--


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]