RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: rpm-4_5: rpm/rpmio/ rpmio.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Mon 30 Jul 2007 - 04:59:56 CEST
Message-Id: <20070730025956.23390348447@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:   30-Jul-2007 04:59:56
  Branch: rpm-4_5                          Handle: 2007073003595500

  Modified files:           (Branch: rpm-4_5)
    rpm/rpmio               rpmio.c

  Log:
    oops, BZ2_bsdopen here too.

  Summary:
    Revision    Changes     Path
    1.79.2.4    +1  -1      rpm/rpmio/rpmio.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/rpmio.c
  ============================================================================
  $ cvs diff -u -r1.79.2.3 -r1.79.2.4 rpmio.c
  --- rpm/rpmio/rpmio.c	30 Jul 2007 02:37:50 -0000	1.79.2.3
  +++ rpm/rpmio/rpmio.c	30 Jul 2007 02:59:55 -0000	1.79.2.4
  @@ -2608,7 +2608,7 @@
       fdno = fdFileno(fd);
       fdSetFdno(fd, -1);		/* XXX skip the fdio close */
       if (fdno < 0) return NULL;
  -    bzfile = bzdopen(fdno, fmode);
  +    bzfile = BZ2_bzdopen(fdno, fmode);
       if (bzfile == NULL) return NULL;
   
       fdPush(fd, bzdio, bzfile, fdno);		/* Push bzdio onto stack */
  @@ .
Received on Mon Jul 30 04:59:56 2007
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.