Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.
authorkettenis <kettenis@openbsd.org>
Sun, 16 Apr 2017 16:04:48 +0000 (16:04 +0000)
committerkettenis <kettenis@openbsd.org>
Sun, 16 Apr 2017 16:04:48 +0000 (16:04 +0000)
commitda454aa25de24221ac2ae06af111a7a759c788fe
treea2770d0b62a56ff5e2acd3b24af02a2232ce1f18
parentbe5eda62cadf6785edc6648e71380192331161b9
Use INT_MAX instead of SIZE_MAX as the maximum file size we can handle.
Fixes this test on 64-bit architectures.

ok visa@
regress/lib/libc/db/dbtest.c