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, "" }, _______________________________________________ svn-src-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/svn-src-all To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"