From: Pierre-Marc Fournier Date: Wed, 24 Feb 2010 20:24:12 +0000 (-0500) Subject: libustcomm: fix warning X-Git-Tag: v0.3~29 X-Git-Url: https://git.lttng.org/?p=ust.git;a=commitdiff_plain;h=c555b1339182be95b625dc4c1d6ac7217d3f471b libustcomm: fix warning --- 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;