summaryrefslogtreecommitdiffstats
path: root/src/usr/errl/plugins
diff options
context:
space:
mode:
authorBrian Horton <brianh@linux.ibm.com>2012-07-18 14:37:12 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2012-08-08 10:48:10 -0500
commit3a981aad9f941f2ece0db872fe432c46327fb639 (patch)
tree4177780de42d928700798be1ded36149494788d4 /src/usr/errl/plugins
parent6ca16929efc16e36da43e70946187988fc05a96c (diff)
downloadtalos-hostboot-3a981aad9f941f2ece0db872fe432c46327fb639.tar.gz
talos-hostboot-3a981aad9f941f2ece0db872fe432c46327fb639.zip
hb errlparser build error - undefined constant HOSTBOOT_SRCPARSE
change to HBERRL_COMP_ID so that we don't see that error in hb errlparser. Change-Id: I75e728c735ee165c5fb9097691c589c54c1ec688 RTC: 45378 Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/1390 Tested-by: Jenkins Server Reviewed-by: MIKE J. JONES <mjjones@us.ibm.com> Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/errl/plugins')
-rw-r--r--src/usr/errl/plugins/errlParse.C48
1 files changed, 24 insertions, 24 deletions
diff --git a/src/usr/errl/plugins/errlParse.C b/src/usr/errl/plugins/errlParse.C
index 8e5005e34..daefc640c 100644
--- a/src/usr/errl/plugins/errlParse.C
+++ b/src/usr/errl/plugins/errlParse.C
@@ -1,26 +1,26 @@
-// IBM_PROLOG_BEGIN_TAG
-// This is an automatically generated prolog.
-//
-// $Source: src/usr/errl/plugins/errlParse.C $
-//
-// IBM CONFIDENTIAL
-//
-// COPYRIGHT International Business Machines Corp. 2012
-//
-// p1
-//
-// Object Code Only (OCO) source materials
-// Licensed Internal Code Source Materials
-// IBM HostBoot Licensed Internal Code
-//
-// The source code for this program is not published or other-
-// wise divested of its trade secrets, irrespective of what has
-// been deposited with the U.S. Copyright Office.
-//
-// Origin: 30
-//
-// IBM_PROLOG_END
-
+/* IBM_PROLOG_BEGIN_TAG
+ * This is an automatically generated prolog.
+ *
+ * $Source: src/usr/errl/plugins/errlParse.C $
+ *
+ * IBM CONFIDENTIAL
+ *
+ * COPYRIGHT International Business Machines Corp. 2012
+ *
+ * p1
+ *
+ * Object Code Only (OCO) source materials
+ * Licensed Internal Code Source Materials
+ * IBM HostBoot Licensed Internal Code
+ *
+ * The source code for this program is not published or other-
+ * wise divested of its trade secrets, irrespective of what has
+ * been deposited with the U.S. Copyright Office.
+ *
+ * Origin: 30
+ *
+ * IBM_PROLOG_END_TAG
+ */
/**
* @file initsvcParse.C
*
@@ -63,5 +63,5 @@ static bool hbSrcParse( ErrlUsrParser & i_parser, const SrciSrc & i_src )
}
// Create an instance of SrcPlugin by type (instead of the usual component).
-static errl::SrcPlugin g_SrcPlugin( errl::Plugin::HOSTBOOT_SRCPARSE, hbSrcParse );
+static errl::SrcPlugin g_SrcPlugin( HBERRL_COMP_ID, hbSrcParse );
OpenPOWER on IntegriCloud