mirror of
https://github.com/fosslinux/live-bootstrap.git
synced 2026-03-23 11:36:32 +01:00
fix(guile-2.2.4): use off_t for sendfile offset to match off_t* API
This commit is contained in:
parent
d5fc082dab
commit
6d8c5da031
1 changed files with 12 additions and 0 deletions
|
|
@ -0,0 +1,12 @@
|
|||
diff -ru guile-2.2.4/libguile/filesys.c guile-2.2.4/libguile/filesys.c
|
||||
--- guile-2.2.4/libguile/filesys.c
|
||||
+++ guile-2.2.4/libguile/filesys.c
|
||||
@@ -1135,7 +1135,7 @@
|
||||
|
||||
ssize_t result SCM_UNUSED;
|
||||
size_t c_count, total = 0;
|
||||
- scm_t_off c_offset;
|
||||
+ off_t c_offset;
|
||||
int in_fd, out_fd;
|
||||
|
||||
VALIDATE_FD_OR_PORT (out_fd, out, 1);
|
||||
Loading…
Add table
Add a link
Reference in a new issue