From 1e549e940061381c431b79d16587a5f745b9c61e Mon Sep 17 00:00:00 2001 From: tb Date: Sun, 30 Jul 2023 16:42:01 +0000 Subject: [PATCH] Pull in two #undef from upstream's develop branch ok guenther --- lib/libz/gzguts.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/libz/gzguts.h b/lib/libz/gzguts.h index e23f831f531..f9375047e8c 100644 --- a/lib/libz/gzguts.h +++ b/lib/libz/gzguts.h @@ -7,9 +7,8 @@ # ifndef _LARGEFILE_SOURCE # define _LARGEFILE_SOURCE 1 # endif -# ifdef _FILE_OFFSET_BITS -# undef _FILE_OFFSET_BITS -# endif +# undef _FILE_OFFSET_BITS +# undef _TIME_BITS #endif #ifdef HAVE_HIDDEN -- 2.20.1