Fix const issues in preparation for libcxx rebase.

Change-Id: Id57474eb63334873ee5383f61eb918941dbb0984
This commit is contained in:
Dan Austin 2016-03-24 11:28:46 -07:00
parent 8aeabe15dd
commit a27bbd2728
1 changed files with 1 additions and 1 deletions

View File

@ -355,7 +355,7 @@ void make_link_init(const char *oldpath, const char *newpath)
{
int ret;
char buf[256];
char *slash;
const char *slash;
int width;
slash = strrchr(newpath, '/');