From: tb Date: Sun, 30 Jul 2023 16:42:01 +0000 (+0000) Subject: Pull in two #undef from upstream's develop branch X-Git-Url: http://artulab.com/gitweb/?a=commitdiff_plain;h=1e549e940061381c431b79d16587a5f745b9c61e;p=openbsd Pull in two #undef from upstream's develop branch ok guenther --- 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