Deleted Added
full compact
39c39
< __FBSDID("$FreeBSD: stable/10/sys/fs/cd9660/cd9660_util.c 166639 2007-02-11 13:54:25Z rodrigc $");
---
> __FBSDID("$FreeBSD: stable/10/sys/fs/cd9660/cd9660_util.c 278060 2015-02-02 07:42:03Z dim $");
83c83,84
< cd9660_iconv->convchr(handle, (const char **)&inp, &i, &outp, &j);
---
> cd9660_iconv->convchr(handle, __DECONST(const char **, &inp), &i,
> &outp, &j);
124c125,126
< d = sgetrune(fn, fnend - fn, (char const **)&fn, flags, lhandle);
---
> d = sgetrune(fn, fnend - fn, __DECONST(const char **, &fn),
> flags, lhandle);