artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
51a5627
)
Pull in two #undef from upstream's develop branch
author
tb
<tb@openbsd.org>
Sun, 30 Jul 2023 16:42:01 +0000
(16:42 +0000)
committer
tb
<tb@openbsd.org>
Sun, 30 Jul 2023 16:42:01 +0000
(16:42 +0000)
ok guenther
lib/libz/gzguts.h
patch
|
blob
|
history
diff --git
a/lib/libz/gzguts.h
b/lib/libz/gzguts.h
index
e23f831
..
f937504
100644
(file)
--- 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