From 471d4931f83644cf86ae2f044cc29c95b9d12109 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Thu, 29 Oct 2009 23:21:18 -0700 Subject: Add sml entry to ISO 639 list. --- locale/iso-639.def | 1 + 1 file changed, 1 insertion(+) (limited to 'locale') diff --git a/locale/iso-639.def b/locale/iso-639.def index de78aa1c0d..bb12d82692 100644 --- a/locale/iso-639.def +++ b/locale/iso-639.def @@ -84,6 +84,7 @@ DEFINE_LANGUAGE_CODE3 ("Caucasian (Other)", cau, cau) DEFINE_LANGUAGE_CODE3 ("Cebuano", ceb, ceb) DEFINE_LANGUAGE_CODE3 ("Celtic (Other)", cel, cel) DEFINE_LANGUAGE_CODE3 ("Central American Indian (Other)", cai, cai) +DEFINE_LANGUAGE_CODE3 ("Central Sama", sml, sml) DEFINE_LANGUAGE_CODE3 ("Chagatai", chg, chg) DEFINE_LANGUAGE_CODE3 ("Chamic languages", cmc, cmc) DEFINE_LANGUAGE_CODE ("Chamorro", ch, cha, cha) -- cgit v1.2.3-70-g09d2 From 2c5c07f5fc27dab969c1bd885981d095580e53cd Mon Sep 17 00:00:00 2001 From: Andreas Schwab Date: Fri, 30 Oct 2009 07:15:12 -0700 Subject: Add missing declarations. --- ChangeLog | 3 +++ locale/programs/locale-spec.c | 2 ++ 2 files changed, 5 insertions(+) (limited to 'locale') diff --git a/ChangeLog b/ChangeLog index 6562469777..8039e4bc49 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,8 @@ 2009-10-30 Andreas Schwab + * locale/programs/locale-spec.c: Include and + . + * sysdeps/unix/sysv/linux/readlinkat.c: Fix last change. 2009-10-28 Roland McGrath diff --git a/locale/programs/locale-spec.c b/locale/programs/locale-spec.c index 63a7a32e05..43df46bb38 100644 --- a/locale/programs/locale-spec.c +++ b/locale/programs/locale-spec.c @@ -21,6 +21,8 @@ # include #endif +#include +#include #include #include #include -- cgit v1.2.3-70-g09d2