sync with userland: let z_off_t fall back to long long instead of long
authortb <tb@openbsd.org>
Tue, 9 Jul 2024 10:51:14 +0000 (10:51 +0000)
committertb <tb@openbsd.org>
Tue, 9 Jul 2024 10:51:14 +0000 (10:51 +0000)
commit871a0b8a5f0afe8781d2ddbe777ba2123c7c871f
treeb74d8f3ac290b672c7624416430384545eed3798
parent1179cdcefc5f6e8dd0941d92b8bb8bc1ceb77ccd
sync with userland: let z_off_t fall back to long long instead of long

In the boot blocks, this would result in various 64-bit instruction being
used, which might result in undesirable bloat in legacy boot loaders, so
add a workaround for the _STANDALONE case to still fall back to long
instead of long long.

with/ok deraadt, ok millert
sys/lib/libz/zconf.h