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