diff options
author | Stefan Eßer <se@FreeBSD.org> | 2020-12-13 19:03:38 +0000 |
---|---|---|
committer | Stefan Eßer <se@FreeBSD.org> | 2020-12-13 19:03:38 +0000 |
commit | 8a428dfecb4fba5fdbef7249cf6a3288973af96e (patch) | |
tree | 66f7b51ba3fd831562438ecb99b8c19e2702f54f /usr.bin/calendar/events.c | |
parent | edcdcefb88a833d5170461993ee5c91a83a00ece (diff) |
Revert r368606
The issue will be fixed in a different way.
Reported by: yuripv
Notes
Notes:
svn path=/head/; revision=368610
Diffstat (limited to 'usr.bin/calendar/events.c')
-rw-r--r-- | usr.bin/calendar/events.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/usr.bin/calendar/events.c b/usr.bin/calendar/events.c index 1dee2fd74771..1df2357fb959 100644 --- a/usr.bin/calendar/events.c +++ b/usr.bin/calendar/events.c @@ -202,13 +202,9 @@ event_print_all(FILE *fp) struct event *e; struct tm tm; char dbuf[80]; -#ifdef WITH_ICONV static int d_first; d_first = (*nl_langinfo(D_MD_ORDER) == 'd'); -#else -#define d_first 0 -#endif while (walkthrough_dates(&e) != 0) { if (e) { |