diff options
author | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 10:13:09 +0200 |
---|---|---|
committer | Jörg Frings-Fürst <debian@jff-webhosting.net> | 2018-05-01 10:13:09 +0200 |
commit | fc806628dbeecd34f41b2f6d04290631dca3955e (patch) | |
tree | e9ee96c4b97b1ca9b9f100eae402185859f6539b /util/oem_hp.c | |
parent | d5cdf594f2678cf690b802fbf4eb687dd9d98c4f (diff) |
New upstream version 3.1.0upstream/3.1.0
Diffstat (limited to 'util/oem_hp.c')
-rw-r--r-- | util/oem_hp.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/util/oem_hp.c b/util/oem_hp.c index 705e8ed..f551176 100644 --- a/util/oem_hp.c +++ b/util/oem_hp.c @@ -44,8 +44,13 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. #include "ievents.h" #include "isensor.h" +#ifdef METACOMMAND +extern char * progver; /*from ipmiutil.c*/ +static char * progname = "ipmiutil hpoem"; +#else static char * progver = "3.08"; static char * progname = "ihpoem"; +#endif static char *redund_str(uchar b) { |