diff options
author | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-30 16:42:02 +0000 |
---|---|---|
committer | Theo Buehler <tb@cvs.openbsd.org> | 2023-07-30 16:42:02 +0000 |
commit | 812427cb9e367304a77473173b50f1f632044fb4 (patch) | |
tree | a29fb557a11ac9124fe7e43b544c39d057bb45bf /lib/libz | |
parent | 25666a4d328f3d3e84757bb6a7bfac1d6c6a1a92 (diff) |
Pull in two #undef from upstream's develop branch
ok guenther
Diffstat (limited to 'lib/libz')
-rw-r--r-- | lib/libz/gzguts.h | 5 |
1 files 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 |