]> git.pld-linux.org Git - packages/rpm.git/blob - rpm-notsc.patch
- install cleanup
[packages/rpm.git] / rpm-notsc.patch
1 --- rpm-4.3/rpmio/rpmsw.c.orig  2003-04-10 20:09:13.000000000 +0200
2 +++ rpm-4.3/rpmio/rpmsw.c       2003-11-17 21:55:44.649426712 +0100
3 @@ -27,7 +27,7 @@
4  /*@unchecked@*/
5  static int rpmsw_initialized = 0;
6  
7 -#if defined(__linux__) && defined(__i386__) && !defined(RPM_VENDOR_PLD)
8 +#if defined(__linux__) && defined(__i386__)
9  /* Swiped from glibc-2.3.2 sysdeps/i386/i686/hp-timing.h */
10  
11  #define        HP_TIMING_ZERO(Var)     (Var) = (0)
This page took 0.028467 seconds and 3 git commands to generate.