From 09e681db7474c709a9b35eca1cc84616bae9fe72 Mon Sep 17 00:00:00 2001 From: Mathieu Desnoyers Date: Tue, 21 Feb 2012 10:57:39 -0500 Subject: [PATCH] Cast uuid_create parameter commit ba2d30409189db160e554390675a2a5a3aea9d13 upstream. Signed-off-by: Mathieu Desnoyers Signed-off-by: Christian Babeux --- liblttng-ust/lttng-ust-uuid.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/liblttng-ust/lttng-ust-uuid.h b/liblttng-ust/lttng-ust-uuid.h index 88b8fefc..30b1259c 100644 --- a/liblttng-ust/lttng-ust-uuid.h +++ b/liblttng-ust/lttng-ust-uuid.h @@ -40,7 +40,7 @@ int lttng_ust_uuid_generate(unsigned char *uuid_out) { uint32_t status; - uuid_create(uuid_out, &status); + uuid_create((char *) uuid_out, &status); if (status == uuid_s_ok) return 0; else -- 2.34.1