summaryrefslogtreecommitdiff
path: root/lib/libc
diff options
context:
space:
mode:
authorAlexey Zelkin <phantom@FreeBSD.org>2001-02-24 13:13:48 +0000
committerAlexey Zelkin <phantom@FreeBSD.org>2001-02-24 13:13:48 +0000
commit41b55591ceaf7f836aff8c7acc65d79b221c8885 (patch)
treed687efa43ba47c5af9b223be08ae2e7a0c676feb /lib/libc
parent9b1db091902c739286c2d5856746def05852b5c2 (diff)
Notes
Diffstat (limited to 'lib/libc')
-rw-r--r--lib/libc/locale/lmessages.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/locale/lmessages.c b/lib/libc/locale/lmessages.c
index 8342164ff572..a9bdf5b80fb3 100644
--- a/lib/libc/locale/lmessages.c
+++ b/lib/libc/locale/lmessages.c
@@ -35,7 +35,7 @@
#define LCMESSAGES_SIZE_MIN \
(offsetof(struct lc_messages_T, yesstr) / sizeof(char *))
-char empty[] = "";
+static char empty[] = "";
static const struct lc_messages_T _C_messages_locale = {
"^[yY]" , /* yesexpr */