Sophie

Sophie

distrib > PLD > th > x86_64 > by-pkgid > 56414b2e465b87df5dc77175c7dd5e84 > files > 1

openhpi-3.8.0-7.src.rpm

The openipmi package made backward imcompatible changes.
This patch fixes the effects in openhpi ipmi plugin
by changing selector_t to struct selector_s

--- a/plugins/ipmi/ipmi.h
+++ b/plugins/ipmi/ipmi.h
@@ -82,7 +82,7 @@
 	ipmi_con_t *cons[2];
 	unsigned int num_cons;
 
-	selector_t *ohoi_sel;
+	struct selector_s *ohoi_sel;
 
 	char *entity_root;
 	int connected;