snprintf: fix namespace of snprintf types for freebsd
[lttng-ust.git] / snprintf / snprintf.c
index b0ea5d3b0373cd46e282335d303beb136e1f21f4..bbc66a0743982a6bde5a925a689dbbaa4a7a441e 100644 (file)
@@ -42,8 +42,8 @@ int ust_safe_vsnprintf(char *str, size_t n, const char *fmt, va_list ap)
 {
        int ret;
        char dummy;
-       LFILE f;
-       struct __sfileext fext;
+       LTTNG_UST_LFILE f;
+       struct __lttng_ust_sfileext fext;
 
        /* While snprintf(3) specifies size_t stdio uses an int internally */
        if (n > INT_MAX)
This page took 0.023956 seconds and 4 git commands to generate.