libustcomm: fix warning
[ust.git] / libustcomm / ustcomm.c
index e8558255e573f8f3cdf26d92ae3178bfc87026cc..ba98098b2d3a76387d57a40d3f811f16a4b1e0c8 100644 (file)
@@ -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;
This page took 0.022242 seconds and 4 git commands to generate.