RPM Package Manager, CVS Repository
  http://rpm5.org/cvs/
  ____________________________________________________________________________

  Server: rpm5.org                         Name:   Jeff Johnson
  Root:   /v/rpm/cvs                       Email:  j...@rpm5.org
  Module: rpm                              Date:   01-Jan-2011 14:55:24
  Branch: rpm-5_4                          Handle: 2011010113552300

  Modified files:           (Branch: rpm-5_4)
    rpm                     CHANGES debug.h

  Log:
    - omp: include <omp.h> everywhere.

  Summary:
    Revision    Changes     Path
    1.3501.2.33 +1  -0      rpm/CHANGES
    2.7.4.1     +4  -0      rpm/debug.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/CHANGES
  ============================================================================
  $ cvs diff -u -r1.3501.2.32 -r1.3501.2.33 CHANGES
  --- rpm/CHANGES       1 Jan 2011 13:53:03 -0000       1.3501.2.32
  +++ rpm/CHANGES       1 Jan 2011 13:55:23 -0000       1.3501.2.33
  @@ -1,4 +1,5 @@
   5.4.0 -> 5.4.1:
  +    - jbj: omp: include <omp.h> everywhere.
       - jbj: drd: attempt mempool annotations for valgrind drd.
       - jbj: omp: avoid thread overhead for a single digest.
       - jbj: rpmal: stub-in the rpmfiFNBF() replacement.
  @@ .
  patch -p0 <<'@@ .'
  Index: rpm/debug.h
  ============================================================================
  $ cvs diff -u -r2.7 -r2.7.4.1 debug.h
  --- rpm/debug.h       17 Jan 2010 12:16:30 -0000      2.7
  +++ rpm/debug.h       1 Jan 2011 13:55:23 -0000       2.7.4.1
  @@ -16,6 +16,10 @@
   #define      htons(_x)       (_x)
   #endif
   
  +#if defined(_OPENMP)
  +#include <omp.h>
  +#endif
  +
   #ifdef       WITH_DMALLOC
   #include <dmalloc.h>
   #endif
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to