]> git.pld-linux.org Git - packages/elfutils.git/commitdiff
- minor fix for sparc.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 24 Jun 2004 11:45:15 +0000 (11:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    elfutils-alpha-stat.patch -> 1.2

elfutils-alpha-stat.patch

index 1f0865b47162cf2d7bad6c1aefd4113b9450b31e..344b472d421bbf3376b0239e85eb5b28581eb9b4 100644 (file)
@@ -4,7 +4,7 @@
  
        /* If we have to preserve the timestamp, we need it in the
         format utimes() understands.  */
-+#ifndef __alpha__
++#if !defined(__alpha__) && !defined(__sparc__)
        TIMESPEC_TO_TIMEVAL (&tv[0], &pre_st.st_atim);
        TIMESPEC_TO_TIMEVAL (&tv[1], &pre_st.st_mtim);
 +#else
This page took 0.047848 seconds and 4 git commands to generate.