RPM Community Forums

Mailing List Message of <rpm-cvs>

[CVS] RPM: db/os/ os_handle.c

From: Jeff Johnson <jbj@rpm5.org>
Date: Fri 18 Jan 2008 - 14:47:40 CET
Message-Id: <20080118134740.0F2D0348464@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: db                               Date:   18-Jan-2008 14:47:40
  Branch: HEAD                             Handle: 2008011813473900

  Modified files:
    db/os                   os_handle.c

  Log:
    - backout incorrect patch.

  Summary:
    Revision    Changes     Path
    1.9         +1  -1      db/os/os_handle.c
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: db/os/os_handle.c
  ============================================================================
  $ cvs diff -u -r1.8 -r1.9 os_handle.c
  --- db/os/os_handle.c	17 Jan 2008 20:11:12 -0000	1.8
  +++ db/os/os_handle.c	18 Jan 2008 13:47:39 -0000	1.9
  @@ -52,7 +52,7 @@
   #ifdef HAVE_QNX
   	if (LF_ISSET(DB_OSO_REGION)) {
   		if ((ret =
  -		    __os_qnx_region_open(dbenv, name, flags, mode, fhp)) != 0)
  +		    __os_qnx_region_open(dbenv, name, oflags, mode, fhp)) != 0)
   			goto err;
   		goto done;
   	}
  @@ .
Received on Fri Jan 18 14:47:40 2008
Driven by Jeff Johnson and the RPM project team.
Hosted by OpenPKG and Ralf S. Engelschall.
Powered by FreeBSD and OpenPKG.