Here is a small patch for rpms cvs HEAD. There was a duplicated line in
get-pubnames2.c which leads to a double declaration of diename.
Regards,
Jan
Index: elfutils/tests/get-pubnames2.c
===================================================================
RCS file: /cvs/devel/rpm/elfutils/tests/get-pubnames2.c,v
retrieving revision 1.3
diff -u -r1.3 get-pubnames2.c
--- elfutils/tests/get-pubnames2.c 20 May 2003 14:02:48 -0000 1.3
+++ elfutils/tests/get-pubnames2.c 8 Jul 2004 10:20:54 -0000
@@ -33,7 +33,6 @@
Dwarf_Die cu_die;
const char *cuname;
- const char *diename;
if (dwarf_offdie (dbg, gl->cu_offset, &cu_die) == NULL
|| (cuname = dwarf_diename (&cu_die)) == NULL)
_______________________________________________
Rpm-list mailing list
Rpm-list@xxxxxxxxxx
https://www.redhat.com/mailman/listinfo/rpm-list