summaryrefslogtreecommitdiff
path: root/usr.bin/locale
diff options
context:
space:
mode:
authorEdwin Groothuis <edwin@FreeBSD.org>2009-10-05 07:21:21 +0000
committerEdwin Groothuis <edwin@FreeBSD.org>2009-10-05 07:21:21 +0000
commitd5060740e31551a3248277a35de430fdbcb6d8d5 (patch)
treefc58fe8bdf015aff56773b7a9d65ff129644f2f1 /usr.bin/locale
parent28c42042d8f1bb8283227af2572dd7f95fb12f2d (diff)
downloadsrc-test-d5060740e31551a3248277a35de430fdbcb6d8d5.tar.gz
src-test-d5060740e31551a3248277a35de430fdbcb6d8d5.zip
Backout changes for c_fmt, x_fmt and X_fmt, they were coming from
the wrong patches. Apologies.
Notes
Notes: svn path=/head/; revision=197766
Diffstat (limited to 'usr.bin/locale')
-rw-r--r--usr.bin/locale/locale.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/usr.bin/locale/locale.c b/usr.bin/locale/locale.c
index e40cefae0378a..da4a560b2d2b0 100644
--- a/usr.bin/locale/locale.c
+++ b/usr.bin/locale/locale.c
@@ -149,9 +149,6 @@ struct _kwinfo {
{ "d_t_fmt", 1, LC_TIME, D_T_FMT, "" },
{ "d_fmt", 1, LC_TIME, D_FMT, "" },
{ "t_fmt", 1, LC_TIME, T_FMT, "" },
- { "c_fmt", 1, LC_TIME, C_FMT, "" },
- { "x_fmt", 1, LC_TIME, X_FMT, "" },
- { "X_fmt", 1, LC_TIME, CAPITALX_FMT, "" },
{ "am_str", 1, LC_TIME, AM_STR, "" },
{ "pm_str", 1, LC_TIME, PM_STR, "" },
{ "t_fmt_ampm", 1, LC_TIME, T_FMT_AMPM, "" },