summaryrefslogtreecommitdiff
path: root/util/oem_fujitsu.c
diff options
context:
space:
mode:
Diffstat (limited to 'util/oem_fujitsu.c')
-rw-r--r--util/oem_fujitsu.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/util/oem_fujitsu.c b/util/oem_fujitsu.c
index 5963df2..f707cc5 100644
--- a/util/oem_fujitsu.c
+++ b/util/oem_fujitsu.c
@@ -52,8 +52,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
/* extern void get_mfgid(int *vend, int *prod); * from ipmicmd.h*/
/* extern int get_lan_options(); * from ipmicmd.h */
+#ifdef METACOMMAND
+extern char * progver; /*from ipmiutil.c*/
+static char * progname = "ipmiutil fujitsuoem";
+#else
static char * progver = "3.08";
static char * progname = "ifujitsuoem";
+#endif
static char fdebug = 0;
static char freadok = 1;
#define ERRLED 0 /*GEL - red Global Error LED*/