mirror of
https://github.com/samba-team/samba.git
synced 2025-01-15 23:24:37 +03:00
ee34c25c8a
Remove int toupper_ascii(int c); int tolower_ascii(int c); int isupper_ascii(int c); int islower_ascii(int c); and replace with their _m equivalents, as they are identical.