Revert "uuid.h should only be included when libuuid is detected"
[lttng-ust.git] / liblttng-ust / ltt-events.c
index b0f4a50f8f04ab9b555b9107b7a1e5b0b05986ae..40cf3f916ee4c0056f2cde795bb857f4920a5230 100644 (file)
@@ -35,7 +35,7 @@
 #include <helper.h>
 #include "error.h"
 #include "compat.h"
-#include "uuid.h"
+#include "lttng-ust-uuid.h"
 
 #include "tracepoint-internal.h"
 #include "ltt-tracer.h"
@@ -495,7 +495,7 @@ int ltt_event_create(struct ltt_channel *chan,
        struct ltt_event *event;
        int ret = 0;
 
-       if (chan->used_event_id == -1UL) {
+       if (chan->used_event_id == -1U) {
                ret = -ENOMEM;
                goto full;
        }
This page took 0.023209 seconds and 4 git commands to generate.