rafan 8ab5e45a8f - Back out previous ctype(3) fix for UTF-8 locale due to forward ABI
compatibility is still broken as we add new symbols to libc. Those
  symboles are __sbmaskrune, __sbistype, __sbtoupper and __sbtolower.
  The latter three are directly referred by binaries use ctype(3) family
  functions (see include/ctype.h for details). This means if a binary
  built on 6.3, it uses these symbols that are not available on older
  system.
- As this has been in 6 for a month, I intentionally leave these symbols
  in libc but map them to original version. So binary built after 602113
  will not be broken after this commit.
- Bump __FreeBSD_version for this back-out

PR:		116363
Discussed with:	kris, kensmith
Approved by:	re (kensmith)
2007-11-21 01:31:49 +00:00
..
2007-10-11 17:32:20 +00:00
2007-02-09 14:24:48 +00:00
2006-04-21 05:14:20 +00:00
2004-02-24 08:09:20 +00:00
2007-01-04 19:59:41 +00:00
2006-10-09 21:00:17 +00:00
2006-07-17 10:09:58 +00:00
2006-05-17 02:28:14 +00:00
2005-12-15 06:50:39 +00:00
2006-07-17 10:09:58 +00:00
2006-07-17 10:09:58 +00:00
2005-08-29 18:46:39 +00:00
2007-02-09 14:21:54 +00:00
2005-01-03 02:56:15 +00:00
2004-06-30 13:55:08 +00:00