mirror_zfs/module/unicode
Ryan Moeller 4d55ea811d
Throw const on some strings
In C, const indicates to the reader that mutation will not occur.
It can also serve as a hint about ownership.

Add const in a few places where it makes sense.

Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Signed-off-by: Ryan Moeller <freqlabs@FreeBSD.org>
Closes #10997
2020-10-02 17:44:10 -07:00
..
Makefile.in Cleanup linux module kbuild files 2020-06-10 09:24:15 -07:00
u8_textprep.c Throw const on some strings 2020-10-02 17:44:10 -07:00
uconv.c Prefix zfs internal endian checks with _ZFS 2020-07-28 13:02:49 -07:00