Add FreeBSD compat layer for endian.h
[lttng-ust.git] / liblttng-ust / ltt-events.c
index f49746e99ff17b1676b8fba02feb1898a6547a04..e42b6de64314c914a1c67908f128e628bd2b1ad1 100644 (file)
@@ -493,7 +493,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.0251749999999999 seconds and 4 git commands to generate.