ports/sysutils/ipmitool/files/patch-lib_ipmi__cfgp.c
Ryan Steinmetz e3c3eefc60 - Update to 1.8.18
- Update 'sel list' output in periodic script

PR:		214230, 210068, 209335, 209446
Submitted by:	Leonid Nevecherya
2017-01-19 14:06:37 +00:00

11 lines
221 B
C

--- lib/ipmi_cfgp.c.orig 2016-08-21 06:59:27 UTC
+++ lib/ipmi_cfgp.c
@@ -30,7 +30,7 @@
* POSSIBILITY OF SUCH DAMAGE.
*/
-#include <malloc.h>
+#include <stdlib.h>
#include <string.h>
#include <ipmitool/helper.h>