Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 131662
Collapse All | Expand All

(-)lib/commands/toolcontext.c.orig (-1 / +2 lines)
Lines 772-778 Link Here
772
772
773
			list_iterate_safe(sgtl, tmp, &cmd->segtypes) {
773
			list_iterate_safe(sgtl, tmp, &cmd->segtypes) {
774
				segtype2 = list_item(sgtl, struct segment_type);
774
				segtype2 = list_item(sgtl, struct segment_type);
775
				if (!strcmp(segtype2->name, segtype->name)) {
775
				if (segtype2 != segtype && 
776
                    !strcmp(segtype2->name, segtype->name)) {
776
					log_error("Duplicate segment type %s: "
777
					log_error("Duplicate segment type %s: "
777
						  "unloading shared library %s",
778
						  "unloading shared library %s",
778
						  segtype->name, cv->v.str);
779
						  segtype->name, cv->v.str);

Return to bug 131662