summaryrefslogtreecommitdiff
path: root/util/oem_newisys.c
diff options
context:
space:
mode:
authorJörg Frings-Fürst <debian@jff-webhosting.net>2018-05-01 10:13:19 +0200
committerJörg Frings-Fürst <debian@jff-webhosting.net>2018-05-01 10:13:19 +0200
commita1cf5d4924bb115d7de05e0bc080f88e04d24d29 (patch)
tree01484827e16d2c8e42a0fe32a561d1f9fd4a5472 /util/oem_newisys.c
parent7a765f655540e4e254f4aaaf6ea3326a57d76e59 (diff)
parentfc806628dbeecd34f41b2f6d04290631dca3955e (diff)
Update upstream source from tag 'upstream/3.1.0'
Update to upstream version '3.1.0' with Debian dir 7f3343aa24cd6de6310e636ce7444692bec74f2a
Diffstat (limited to 'util/oem_newisys.c')
-rw-r--r--util/oem_newisys.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/oem_newisys.c b/util/oem_newisys.c
index 62486d8..cf1d535 100644
--- a/util/oem_newisys.c
+++ b/util/oem_newisys.c
@@ -43,8 +43,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include "ipmicmd.h"
#include "ievents.h"
+#ifdef METACOMMAND
+extern char * progver; /*from ipmiutil.c*/
+static char * progname = "ipmiutil newisysoem";
+#else
static char * progver = "3.08";
static char * progname = "inewisysoem";
+#endif
static char fdebug = 0;
static uchar g_bus = PUBLIC_BUS;
static uchar g_sa = BMC_SA;