Let z_off_t fall back to long long instead of only long
authortb <tb@openbsd.org>
Tue, 9 Jul 2024 10:48:31 +0000 (10:48 +0000)
committertb <tb@openbsd.org>
Tue, 9 Jul 2024 10:48:31 +0000 (10:48 +0000)
This is a noop on OpenBSD in userland

ok deraadt millert

lib/libz/zconf.h

index 7c289a5..9906634 100644 (file)
@@ -504,7 +504,7 @@ typedef uLong FAR uLongf;
 #endif
 
 #ifndef z_off_t
-#  define z_off_t long
+#  define z_off_t long long
 #endif
 
 #if !defined(_WIN32) && defined(Z_LARGE64)