svn commit: r197766 - head/usr.bin/locale

Edwin Groothuis edwin at FreeBSD.org
Mon Oct 5 07:21:22 UTC 2009


Author: edwin
Date: Mon Oct  5 07:21:21 2009
New Revision: 197766
URL: http://svn.freebsd.org/changeset/base/197766

Log:
  Backout changes for c_fmt, x_fmt and X_fmt, they were coming from
  the wrong patches. Apologies.

Modified:
  head/usr.bin/locale/locale.c

Modified: head/usr.bin/locale/locale.c
==============================================================================
--- head/usr.bin/locale/locale.c	Mon Oct  5 07:13:15 2009	(r197765)
+++ head/usr.bin/locale/locale.c	Mon Oct  5 07:21:21 2009	(r197766)
@@ -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, "" },


More information about the svn-src-all mailing list