mirror of
https://git.freebsd.org/ports.git
synced 2025-05-03 12:06:39 -04:00
- Update 'sel list' output in periodic script PR: 214230, 210068, 209335, 209446 Submitted by: Leonid Nevecherya
11 lines
221 B
C
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>
|