Ack.
/ Anders Widell
On 04/22/2015 04:35 PM, Hans Nordeback wrote:
> bootstrap.sh | 2 +-
> osaf/services/saf/amf/amfd/main.cc | 2 +-
> osaf/services/saf/amf/amfnd/main.cc | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
>
> diff --git a/bootstrap.sh b/bootstrap.sh
> --- a/bootstrap.sh
> +++ b/bootstrap.sh
> @@ -1,4 +1,4 @@
> #! /bin/sh
> autoreconf -vi
>
> -sed -i "s/^INTERNAL_VERSION_ID=.*\$/INTERNAL_VERSION_ID=$(hg parent
> --template "{rev}:{node|short}")/" configure
> +sed -i "s/^INTERNAL_VERSION_ID=.*\$/INTERNAL_VERSION_ID=$(hg parent
> --template "{rev}:{node|short}:{branch}")/" configure
> diff --git a/osaf/services/saf/amf/amfd/main.cc
> b/osaf/services/saf/amf/amfd/main.cc
> --- a/osaf/services/saf/amf/amfd/main.cc
> +++ b/osaf/services/saf/amf/amfd/main.cc
> @@ -57,7 +57,7 @@
> #include <sutype.h>
> #include <su.h>
>
> -static const char* internal_version_id_ __attribute__ ((unused)) = "@(#)
> $Id: " INTERNAL_VERSION_ID " $";
> +static const char* internal_version_id_ __attribute__ ((used)) = "@(#) $Id:
> " INTERNAL_VERSION_ID " $";
>
> enum {
> FD_TERM = 0,
> diff --git a/osaf/services/saf/amf/amfnd/main.cc
> b/osaf/services/saf/amf/amfnd/main.cc
> --- a/osaf/services/saf/amf/amfnd/main.cc
> +++ b/osaf/services/saf/amf/amfnd/main.cc
> @@ -37,7 +37,7 @@
> #define FD_CLM 2
> #define FD_MBCSV 3
>
> -static const char* internal_version_id_ __attribute__ ((unused)) = "@(#)
> $Id: " INTERNAL_VERSION_ID " $";
> +static const char* internal_version_id_ __attribute__ ((used)) = "@(#) $Id:
> " INTERNAL_VERSION_ID " $";
>
> static NCS_SEL_OBJ term_sel_obj; /* Selection object for TERM signal events
> */
>
------------------------------------------------------------------------------
One dashboard for servers and applications across Physical-Virtual-Cloud
Widest out-of-the-box monitoring support with 50+ applications
Performance metrics, stats and reports that give you Actionable Insights
Deep dive visibility with transaction tracing using APM Insight.
http://ad.doubleclick.net/ddm/clk/290420510;117567292;y
_______________________________________________
Opensaf-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/opensaf-devel