aports/main/libbsd/lfs64.patch
2023-04-11 18:44:53 +02:00

14 lines
391 B
Diff

diff --git a/src/funopen.c b/src/funopen.c
index 1e6f43a..a9b40e8 100644
--- a/src/funopen.c
+++ b/src/funopen.c
@@ -65,7 +65,7 @@ funopen_write(void *cookie, const char *buf, size_t size)
}
static int
-funopen_seek(void *cookie, off64_t *offset, int whence)
+funopen_seek(void *cookie, off_t *offset, int whence)
{
struct funopen_cookie *cookiewrap = cookie;
off_t soff = *offset;