X-Git-Url: http://git.lttng.org/?a=blobdiff_plain;f=libustcomm%2Fustcomm.c;h=ba98098b2d3a76387d57a40d3f811f16a4b1e0c8;hb=c555b1339182be95b625dc4c1d6ac7217d3f471b;hp=e8558255e573f8f3cdf26d92ae3178bfc87026cc;hpb=d6d27063c1bef41888d6310d992106c205859353;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;