diff options
author | ache <ache@FreeBSD.org> | 2001-02-08 20:55:38 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 2001-02-08 20:55:38 +0000 |
commit | 90521c24f8205b72da8e75c2eac3a07865741d81 (patch) | |
tree | 27e32fe73028eab77197886994e62e7aee1f3212 /lib/libc/stdtime/timelocal.h | |
parent | d7530cd6666aab2629a125b10daee4aae79fa149 (diff) | |
download | FreeBSD-src-90521c24f8205b72da8e75c2eac3a07865741d81.zip FreeBSD-src-90521c24f8205b72da8e75c2eac3a07865741d81.tar.gz |
Hardcode c_fmt in a different way since used in nl_langinfo now
Diffstat (limited to 'lib/libc/stdtime/timelocal.h')
-rw-r--r-- | lib/libc/stdtime/timelocal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/stdtime/timelocal.h b/lib/libc/stdtime/timelocal.h index 4e4dc52..06d650a 100644 --- a/lib/libc/stdtime/timelocal.h +++ b/lib/libc/stdtime/timelocal.h @@ -40,7 +40,7 @@ struct lc_time_T { const char * weekday[7]; const char * X_fmt; const char * x_fmt; - const char * c_fmt; /* not used, just compatibility placeholder */ + const char * c_fmt; const char * am; const char * pm; const char * date_fmt; |