RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm/tools/ debugedit.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Sat 06 Oct 2007 - 03:57:18 CEST
Message-Id: <20071006015718.E82B534847F@rpm5.org>
  RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  jbj@rpm5.org
  Module: rpm                              Date:   06-Oct-2007 03:57:18
  Branch: HEAD                             Handle: 2007100602571800

  Modified files:
    rpm/tools               debugedit.c

  Log:
    - bero: work around for gcc43 wonkiness with nested static functions.

  Summary:
    Revision    Changes     Path
    2.15        +0  -1      rpm/tools/debugedit.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/tools/debugedit.c
  ============================================================================
  $ cvs diff -u -r2.14 -r2.15 debugedit.c
  --- rpm/tools/debugedit.c	4 Sep 2007 12:45:36 -0000	2.14
  +++ rpm/tools/debugedit.c	6 Oct 2007 01:57:18 -0000	2.15
  @@ -1369,7 +1369,6 @@
        or Elf64 object, only that we are consistent in what bits feed the
        hash so it comes out the same for the same file contents.  */
     {
  -    inline void process (const void *data, size_t size);
       inline void process (const void *data, size_t size)
       {
         memchunk chunk = { .data = (void *) data, .size = size };
  @@ .
Received on Sat Oct 6 03:57:18 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.