|
From: Zdenek S. <st...@us...> - 2016-03-14 18:38:31
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "ipmitool".
The branch, master has been updated
via 2b8974fb22e641821ce28ce6a23fe411bd157fee (commit)
from 38241decc77b57ac484ae6c70e281feb4947fc2f (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 2b8974fb22e641821ce28ce6a23fe411bd157fee
Author: Zdenek Styblik <st...@tu...>
Date: Mon Mar 14 18:56:11 2016 +0100
ID:355 - Add #include <strings.h> to lib/ipmi_sel.c
diff --git a/lib/ipmi_sel.c b/lib/ipmi_sel.c
index 396bc8a..910011e 100644
--- a/lib/ipmi_sel.c
+++ b/lib/ipmi_sel.c
@@ -32,6 +32,7 @@
#define _BSD_SOURCE
#include <string.h>
+#include <strings.h>
#include <math.h>
#define __USE_XOPEN /* glibc2 needs this for strptime */
#include <time.h>
-----------------------------------------------------------------------
Summary of changes:
lib/ipmi_sel.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
hooks/post-receive
--
ipmitool
|