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:   02-Apr-2008 11:22:11
  Branch: HEAD                             Handle: 2008040209221100

  Modified files:
    rpm                     system.h

  Log:
    TIME_WITH_SYS_TIME is an Autoconf define and hence either #define'ed
    or #undef'ined, so check it the correct way

  Summary:
    Revision    Changes     Path
    2.110       +1  -1      rpm/system.h
  ____________________________________________________________________________

  patch -p0 <<'@@ .'
  Index: rpm/system.h
  ============================================================================
  $ cvs diff -u -r2.109 -r2.110 system.h
  --- rpm/system.h      12 Mar 2008 19:41:10 -0000      2.109
  +++ rpm/system.h      2 Apr 2008 09:22:11 -0000       2.110
  @@ -64,7 +64,7 @@
   #endif
   #endif
   
  -#if TIME_WITH_SYS_TIME
  +#ifdef TIME_WITH_SYS_TIME
   # include <sys/time.h>
   # include <time.h>
   #else
  @@ .
______________________________________________________________________
RPM Package Manager                                    http://rpm5.org
CVS Sources Repository                                rpm-cvs@rpm5.org

Reply via email to