]> git.pld-linux.org Git - packages/rpm.git/commitdiff
- adopt for 4.5 branch
authorElan Ruusamäe <glen@pld-linux.org>
Wed, 27 Jan 2010 17:26:22 +0000 (17:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm-rpm5-debugedit.patch -> 1.1.2.2

rpm-rpm5-debugedit.patch

index 8467d6bc8b208e9abab0b7ce4727e906339208ce..0401ddf4b4bbd3dee8a0a90c0a664a0ba61aa26b 100644 (file)
@@ -6,26 +6,18 @@
     Written by Alexander Larsson <alexl@redhat.com>, 2002
     Based on code by Jakub Jelinek <jakub@redhat.com>, 2001.
  
-@@ -66,8 +66,8 @@
- #define DW_FORM_indirect      0x16
- #include <beecrypt/beecrypt.h>
--
- #include "hashtab.h"
-+#include <rpmtag.h>
- #define DW_TAG_partial_unit 0x3c
-@@ -77,9 +77,6 @@
+@@ -77,8 +77,9 @@
  int list_file_fd = -1;
  int do_build_id = 0;
  
 -typedef unsigned int uint_32;
 -typedef unsigned short uint_16;
--
++typedef unsigned char rpmuint8_t;
++typedef unsigned int rpmuint32_t;
++typedef unsigned short rpmuint16_t;
  typedef struct
  {
-   Elf *elf;
 @@ -93,7 +90,7 @@
  typedef struct
  {
This page took 0.060759 seconds and 4 git commands to generate.