summaryrefslogtreecommitdiff
path: root/sys/dev/raidframe/files.raidframe
diff options
context:
space:
mode:
authordsl <dsl@NetBSD.org>2004-10-27 19:59:24 +0000
committerdsl <dsl@NetBSD.org>2004-10-27 19:59:24 +0000
commitd349cd67495ded744f77c936032e944d8e37c465 (patch)
tree1ab02b89f38be0bd9367269c21aaf8fdfc42bf9c /sys/dev/raidframe/files.raidframe
parent0d5d8e993a33b89a3d537ea39d192f59b9850d2a (diff)
Fix a load of international alphabet problems with isxxx() and toupper()
Change isspace(*char_ptr) to isspace(*char_ptr & 0xff) so that the correct piece of memory is looked at for the bit mask. gcc optimises out the '& 0xff' (on i386 at least). Fixes problems found by gcc when the splurious (int) cast is removed from the #defines in ctype.h
Diffstat (limited to 'sys/dev/raidframe/files.raidframe')
0 files changed, 0 insertions, 0 deletions