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

  Server: rpm5.org                         Name:   Ralf S. Engelschall
  Root:   /v/rpm/cvs                       Email:  [EMAIL PROTECTED]
  Module: rpm                              Date:   10-Jul-2007 14:09:17
  Branch: HEAD                             Handle: 2007071013091600

  Modified files:
    rpm/rpmio               LzmaDecode.h

  Log:
    We are already in 2007 and RPM also uses POSIX size_t mostly
    everywhere, so it is just fine that we enable its use for LzmaDecode,
    too

  Summary:
    Revision    Changes     Path
    1.4         +1  -1      rpm/rpmio/LzmaDecode.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/rpmio/LzmaDecode.h
  ============================================================================
  $ cvs diff -u -r1.3 -r1.4 LzmaDecode.h
  --- rpm/rpmio/LzmaDecode.h    10 Jul 2007 12:07:43 -0000      1.3
  +++ rpm/rpmio/LzmaDecode.h    10 Jul 2007 12:09:16 -0000      1.4
  @@ -35,7 +35,7 @@
   /* #define _LZMA_LOC_OPT */
   /* Enable local speed optimizations inside code */
   
  -/* #define _LZMA_SYSTEM_SIZE_T */
  +#define _LZMA_SYSTEM_SIZE_T
   /* Use system's size_t. You can use it to enable 64-bit sizes supporting*/
   
   #ifndef UInt32
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to