NetBSD/usr.sbin/chrtbl
tnozaki 2a7af30c36 1. split runetype_local.h -> runetype_file.h
and remove renameing _Rune* -> _NBRune* namespace protection.

   FreeBSD traditionaly exposes struct _Rune* in runetype.h
   which included by ctype.h. it may cause conflicting type error
   in our cross build process, former we use renaming namespace
   to avoid this problem, now i reworked more resonable way.

2. merge rune_local.h to runetype_local.h, and remove it.
3. split bsdctype.h -> bsdctype_{file,local}.h
2010-06-13 04:14:56 +00:00
..
chrtbl.8 Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
chrtbl.c Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
ctypeio.c 1. split runetype_local.h -> runetype_file.h 2010-06-13 04:14:56 +00:00
ctypeio.h Remove 3rd and 4th clauses in christos' license. OK christos. 2009-10-21 01:07:44 +00:00
Makefile 1. hide _CTYPE_PRIVATE section in ctype.h, move them to private header ctype_local.h. 2010-05-22 06:38:15 +00:00