summaryrefslogtreecommitdiffstats
path: root/usr.bin/mklocale
diff options
context:
space:
mode:
authortjr <tjr@FreeBSD.org>2004-10-17 03:02:50 +0000
committertjr <tjr@FreeBSD.org>2004-10-17 03:02:50 +0000
commit8a463b57c461ee8a048c4bb37f668c08324abb7c (patch)
tree07f4f5124a53ece51deb210a229a23eaab9b911e /usr.bin/mklocale
parente40fa30ce61655590cbd4e7c025b2731600ac9b6 (diff)
downloadFreeBSD-src-8a463b57c461ee8a048c4bb37f668c08324abb7c.zip
FreeBSD-src-8a463b57c461ee8a048c4bb37f668c08324abb7c.tar.gz
Use <runetype.h> instead of <rune.h> since the latter is going away.
Diffstat (limited to 'usr.bin/mklocale')
-rw-r--r--usr.bin/mklocale/yacc.y4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.bin/mklocale/yacc.y b/usr.bin/mklocale/yacc.y
index 0f7106a..5b02702 100644
--- a/usr.bin/mklocale/yacc.y
+++ b/usr.bin/mklocale/yacc.y
@@ -48,7 +48,7 @@ __FBSDID("$FreeBSD$");
#include <ctype.h>
#include <err.h>
-#include <rune.h>
+#include <runetype.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
@@ -259,7 +259,7 @@ main(int ac, char *av[])
mapupper.map[x] = x;
maplower.map[x] = x;
}
- new_locale.__invalid_rune = _INVALID_RUNE;
+ new_locale.__invalid_rune = _CurrentRuneLocale->__invalid_rune;
memcpy(new_locale.__magic, _RUNE_MAGIC_1, sizeof(new_locale.__magic));
yyparse();
OpenPOWER on IntegriCloud