(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:
@@ -227,7 +227,7 @@ k_afs_cell_of_file(const char *path, char *cell, int len)
|
|||||||
parms.in_size = 0;
|
parms.in_size = 0;
|
||||||
parms.out = cell;
|
parms.out = cell;
|
||||||
parms.out_size = len;
|
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
|
int
|
||||||
|
Reference in New Issue
Block a user