svn commit: r368610 - head/usr.bin/calendar

Stefan Eßer <[email protected]> Sun, 13 Dec 2020 19:03:38 +0000 (UTC)
Newsgroups gmane.os.freebsd.devel.cvs
Message-ID <202012131903.0BDJ3cBX020278__41379.9098155991$1607886227$gmane$org@repo.freebsd.org>
Author: se
Date: Sun Dec 13 19:03:38 2020
New Revision: 368610
URL: https://svnweb.freebsd.org/changeset/base/368610

Log:
  Revert r368606
  
  The issue will be fixed in a different way.
  
  Reported by:	yuripv

Modified:
  head/usr.bin/calendar/events.c

Modified: head/usr.bin/calendar/events.c
==============================================================================
--- head/usr.bin/calendar/events.c	Sun Dec 13 18:06:24 2020	(r368609)
+++ head/usr.bin/calendar/events.c	Sun Dec 13 19:03:38 2020	(r368610)
@@ -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) {
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "[email protected]"