(k_afs_cell_of_file): unconst path

git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@15460 ec53bebd-3082-4978-b11e-865c3cabbd6b
This commit is contained in:
Love Hörnquist Åstrand
2005-06-16 22:51:26 +00:00
parent de43c2edcd
commit f4ed8d6a38

View File

@@ -227,7 +227,7 @@ k_afs_cell_of_file(const char *path, char *cell, int len)
parms.in_size = 0;
parms.out = cell;
parms.out_size = len;
return k_pioctl((char*)path, VIOC_FILE_CELL_NAME, &parms, 1);
return k_pioctl(rk_UNCONST(path), VIOC_FILE_CELL_NAME, &parms, 1);
}
int