X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;f=snprintf%2Ffvwrite.c;h=fb075f1ba90014eb8ac8059644b77df48caeab8f;hb=18d0b33ab9884b3f7bac0dd918993dc05a7c43fd;hp=62f713e073a9f9a53353777c40c85a09f982e9bb;hpb=dbafbbf5527d2e291b216216fd2c5b7dc4df66ed;p=lttng-ust.git diff --git a/snprintf/fvwrite.c b/snprintf/fvwrite.c index 62f713e0..fb075f1b 100644 --- a/snprintf/fvwrite.c +++ b/snprintf/fvwrite.c @@ -46,11 +46,11 @@ * to the three different kinds of output buffering is handled here. */ int -__sfvwrite(LFILE *fp, struct __suio *uio) +__sfvwrite(LTTNG_UST_LFILE *fp, struct __lttng_ust_suio *uio) { size_t len; char *p; - struct __siov *iov; + struct __lttng_ust_siov *iov; int w, s; char *nl; int nlknown, nldist;