Merge "Fix const issues in preparation for libcxx rebase." am: dce9b61
am: 427fb72

* commit '427fb7216dd917b26ae74e979c136ced24c8c669':
  Fix const issues in preparation for libcxx rebase.
diff --git a/init/util.cpp b/init/util.cpp
index bddc3b2..4d36dfd 100644
--- a/init/util.cpp
+++ b/init/util.cpp
@@ -355,7 +355,7 @@
 {
     int ret;
     char buf[256];
-    char *slash;
+    const char *slash;
     int width;
 
     slash = strrchr(newpath, '/');