summaryrefslogtreecommitdiff
path: root/util/ifru.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/ifru.c')
-rw-r--r--util/ifru.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/util/ifru.c b/util/ifru.c
index b10c42e..5e6acf8 100644
--- a/util/ifru.c
+++ b/util/ifru.c
@@ -116,7 +116,7 @@ extern int ipmi_kontronoem_main(void * intf, int argc, char ** argv);
#endif
static char *progname = "ifru";
-static char *progver = "2.98";
+static char *progver = "2.99";
static int vend_id = 0;
static int prod_id = 0;
static char fdebug = 0;
@@ -1521,7 +1521,7 @@ static int test_show_fru(char *infile)
int rv = -1;
FILE *fp;
int len, i, idx, sz, off;
- uchar buff[256];
+ char buff[256];
uchar sa = 0x20;
uchar fruid =0;
uchar frutype = 0;
@@ -1624,7 +1624,7 @@ int i_fru(int argc, char **argv)
{
int ret, rv;
int c;
- char DevRecord[16];
+ uchar DevRecord[16];
ushort recid;
ushort nextid;
ushort rsvid;