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

  Server: rpm5.org                         Name:   Per Øyvind Karlsen
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   16-Sep-2008 15:47:29
  Branch: HEAD                             Handle: 2008091613472900

  Modified files:
    rpm/lib                 rpm4compat.h

  Log:
    properly fix c++ #ifdef breakage

  Summary:
    Revision    Changes     Path
    2.15        +3  -3      rpm/lib/rpm4compat.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/lib/rpm4compat.h
  ============================================================================
  $ cvs diff -u -r2.14 -r2.15 rpm4compat.h
  --- rpm/lib/rpm4compat.h      15 Sep 2008 08:03:06 -0000      2.14
  +++ rpm/lib/rpm4compat.h      16 Sep 2008 13:47:29 -0000      2.15
  @@ -1,7 +1,7 @@
   /*
    * Copyright © 2008 Per Øyvind Karlsen <[EMAIL PROTECTED]>
    *
  - * $Id: rpm4compat.h,v 2.14 2008/09/15 08:03:06 pkarlsen Exp $
  + * $Id: rpm4compat.h,v 2.15 2008/09/16 13:47:29 pkarlsen Exp $
    */
   
   #ifndef      H_RPM4COMPAT
  @@ -318,10 +318,10 @@
   }
   
   #ifdef __cplusplus
  -static inline rpmds rpmdsSingle(rpmTag tagN, const char * N, const char * 
EVR, int_32 Flags){
  -     return rpmdsSingle(tagN, N, EVR, (evrFlags)Flags);
   }
   
  +static inline rpmds rpmdsSingle(rpmTag tagN, const char * N, const char * 
EVR, int_32 Flags){
  +     return rpmdsSingle(tagN, N, EVR, (evrFlags)Flags);
   }
   #endif
   
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to