mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-01-21 16:41:52 +01:00
14 lines
391 B
Diff
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;
|