1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-28 07:21:54 +03:00
samba-mirror/source3/web
Jeremy Allison ee34c25c8a First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems
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.
2011-07-19 13:19:29 -07:00
..
cgi.c s3-swat Remove d_printf() calls 2011-06-23 13:47:27 +02:00
diagnose.c s3-param Remove special case for global_myname(), rename to lp_netbios_name() 2011-06-09 12:40:09 +02:00
neg_lang.c s3-build: only include intl protos where needed. 2011-03-30 01:13:08 +02:00
startstop.c dynconfig: Have only one dynconfig.o in the common code. 2011-04-27 22:22:26 +10:00
statuspage.c s3-locking: move locking prototypes out of proto.h. 2011-03-30 01:13:09 +02:00
swat_proto.h swat: freeze swat_proto.h from "make proto" 2008-05-18 23:16:38 +02:00
swat.c First part of fix for bug 8310 - toupper_ascii() is broken on big-endian systems 2011-07-19 13:19:29 -07:00