freebsd-ports/sysutils/cluster-glue/files/patch-ipmilan__command.c
Rene Ladan 3e688ca0a4 sysutils/cluster-glue: unbreak and modernize port
- add USES=gnome
- sort Makefile
- disable HPI option because that port is currently broken

PR:		231097
Submitted by:	w.schwarzenfeld@utanet.at
MFH:		2019Q1
2019-03-06 10:16:17 +00:00

10 lines
321 B
C

--- lib/plugins/stonith/ipmilan_command.c.orig 2018-09-02 01:03:28 UTC
+++ lib/plugins/stonith/ipmilan_command.c
@@ -47,6 +47,7 @@ extern const PILPluginImports* PluginIm
/* #define DUMP_MSG 0 */
#define OPERATION_TIME_OUT 10
+typedef struct selector_s selector_t;
os_handler_t *os_hnd=NULL;
selector_t *os_sel;