diff --git a/makedumpfile-eppic-v5.0.patch b/makedumpfile-eppic-v5.0.patch deleted file mode 100644 index 20dc62b..0000000 --- a/makedumpfile-eppic-v5.0.patch +++ /dev/null @@ -1,34 +0,0 @@ -diff --git a/extension_eppic.c b/extension_eppic.c -index 45bc032..4d30e6f 100644 ---- a/extension_eppic.c -+++ b/extension_eppic.c -@@ -308,12 +308,6 @@ apigetrtype(ull idx, type_t *t) - return drilldown(idx, t); - } - --static int --apialignment(ull idx) --{ -- return 0; --} -- - int - apigetval(char *name, ull *val, VALUE_S *value) - { -@@ -340,7 +334,7 @@ apigetval(char *name, ull *val, VALUE_S *value) - - eppic_pushref(stype, 1); - eppic_setmemaddr(value, *val); -- eppic_do_deref(1, value, value); -+ eppic_do_deref(value, value); - - *val = eppic_getval(value); - -@@ -415,7 +409,6 @@ apiops icops = { - apimember, - apigetctype, - apigetrtype, -- apialignment, - apigetval, - apigetenum, - apigetdefs, diff --git a/makedumpfile.spec b/makedumpfile.spec index b443949..2bd3a7e 100644 --- a/makedumpfile.spec +++ b/makedumpfile.spec @@ -53,7 +53,6 @@ Source99: %{name}-rpmlintrc Patch0: %{name}-override-libtinfo.patch Patch1: %{name}-ppc64-VA-range-SUSE.patch Patch2: %{name}-PN_XNUM.patch -Patch3: %{name}-eppic-v5.0.patch BuildRequires: libbz2-devel BuildRequires: libdw-devel BuildRequires: libelf-devel