[lttng-dev] [PATCH babeltrace] Fix: BABELTRACE_HAVE_LIBC_UUID misspelled as BT_HAVE_LIBC_UUID

Jérémie Galarneau jeremie.galarneau at efficios.com
Thu Feb 11 14:17:51 EST 2016


Merged, thanks!

Jérémie

On Thu, Nov 5, 2015 at 12:52 PM, Michael Jeanson <mjeanson at efficios.com> wrote:
> Signed-off-by: Michael Jeanson <mjeanson at efficios.com>
> ---
>  include/babeltrace/compat/uuid.h | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/include/babeltrace/compat/uuid.h b/include/babeltrace/compat/uuid.h
> index 369e478..4237eb5 100644
> --- a/include/babeltrace/compat/uuid.h
> +++ b/include/babeltrace/compat/uuid.h
> @@ -83,7 +83,7 @@ int bt_uuid_compare(const unsigned char *uuid_a,
>  }
>  #endif
>
> -#elif defined(BT_HAVE_LIBC_UUID)
> +#elif defined(BABELTRACE_HAVE_LIBC_UUID)
>  #include <uuid.h>
>  #include <stdint.h>
>  #include <string.h>
> --
> 1.9.1
>



-- 
Jérémie Galarneau
EfficiOS Inc.
http://www.efficios.com



More information about the lttng-dev mailing list