X-Git-Url: https://git.lttng.org/?a=blobdiff_plain;ds=sidebyside;f=libustcomm%2Fustcomm.c;h=ba98098b2d3a76387d57a40d3f811f16a4b1e0c8;hb=c555b1339182be95b625dc4c1d6ac7217d3f471b;hp=e8558255e573f8f3cdf26d92ae3178bfc87026cc;hpb=01ec234c60dbd2e047927ace561201417e83e4ef;p=ust.git diff --git a/libustcomm/ustcomm.c b/libustcomm/ustcomm.c index e855825..ba98098 100644 --- a/libustcomm/ustcomm.c +++ b/libustcomm/ustcomm.c @@ -54,7 +54,7 @@ static int mkdir_p(const char *path, mode_t mode) { - char *path_p; + const char *path_p; char *tmp; int retval = 0;