NetBSD/usr.bin/mklocale
thorpej c910e5b5bb If the new locale's variable data is length 0, don't bother trying
to write it.  fwrite(3) is a noop in that case anyway, and the error
detection logic here was screwing up on the 0 return from fwrite(3)
(that return value is mandated by SUSv2 for size or count of 0).

While here, improve the error messgages given to the user.
2001-01-28 00:50:04 +00:00
..
Makefile Make this build with WARNS=2. 2001-01-28 00:28:01 +00:00
ldef.h
lex.l
mklocale.1 noted that we should switch to localedef. 2000-12-23 23:24:25 +00:00
yacc.y If the new locale's variable data is length 0, don't bother trying 2001-01-28 00:50:04 +00:00