mirror of
https://github.com/samba-team/samba.git
synced 2025-02-10 13:57:47 +03:00
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.