tzcode: Fix operation without WITH_DETECT_TZ_CHANGES

Reviewed By:	bdrewery, kevans, cy
Reported By:	lwhsu, bdrewery
Fixes:		ddedf2a11e
Sponsored by:	NetApp, Inc.
Sponsored by:	Klara, Inc.
Differential Revision:	https://reviews.freebsd.org/D31961
This commit is contained in:
Edward Tomasz Napierala 2021-09-14 20:17:45 +00:00
parent 49050613ef
commit 6f43f86bf3

View file

@ -390,7 +390,7 @@ change_in_tz(const char *name)
return 0;
}
#else /* !DETECT_TZ_CHANGES */
#define change_in_tz(X) 0
#define change_in_tz(X) 1
#endif /* !DETECT_TZ_CHANGES */
static int