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:   07-May-2016 17:24:16
  Branch: rpm-5_4                          Handle: 2016050715241600

  Modified files:           (Branch: rpm-5_4)
    rpm/python              system-py.h

  Log:
    - fix: compiler warnings.

  Summary:
    Revision    Changes     Path
    1.1.2.2     +2  -2      rpm/python/system-py.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/python/system-py.h
  ============================================================================
  $ cvs diff -u -r1.1.2.1 -r1.1.2.2 system-py.h
  --- rpm/python/system-py.h    13 Aug 2014 17:33:31 -0000      1.1.2.1
  +++ rpm/python/system-py.h    7 May 2016 15:24:16 -0000       1.1.2.2
  @@ -9,9 +9,9 @@
   #include <sys/types.h>
   #endif
   
  -#define      uuid_t  unistd_uuid_t   /* XXX Mac OS X dares to be different. 
*/
  +#define      uuid_t  __darwin_uuid_t /* XXX Mac OS X dares to be different. 
*/
   #include <Python.h>
  -#undef       unistd_uuid_t           /* XXX Mac OS X dares to be different. 
*/
  +#undef       __darwin_uuid_t         /* XXX Mac OS X dares to be different. 
*/
   #include <structmember.h>
   
   #if ((PY_MAJOR_VERSION << 8) | (PY_MINOR_VERSION << 0)) < 0x0204
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to