diff options
| author | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-18 11:58:15 +0000 |
|---|---|---|
| committer | Andrey A. Chernov <ache@FreeBSD.org> | 2001-03-18 11:58:15 +0000 |
| commit | faeb1b822a2ec18e5d4e6e47e46264210fbab0f3 (patch) | |
| tree | a236851a628fab2447a6a4afab45f757bf7fc439 /lib/libc/stdtime/timelocal.h | |
| parent | 989efc86f57471a7abba625ad4a6a06e96b7744a (diff) | |
Notes
Diffstat (limited to 'lib/libc/stdtime/timelocal.h')
| -rw-r--r-- | lib/libc/stdtime/timelocal.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/libc/stdtime/timelocal.h b/lib/libc/stdtime/timelocal.h index 7dbfdcfb019b..843c42b47803 100644 --- a/lib/libc/stdtime/timelocal.h +++ b/lib/libc/stdtime/timelocal.h @@ -45,8 +45,7 @@ struct lc_time_T { const char * pm; const char * date_fmt; const char * alt_month[12]; - const char * Ef_fmt; - const char * EF_fmt; + const char * md_order; const char * ampm_fmt; }; |
