Dolda2000 GitWeb
/
ashd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fd0303c
)
lib: Fixed fopencookie seek function type.
author
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 5 Aug 2015 23:42:26 +0000
(
01:42
+0200)
committer
Fredrik Tolf
<fredrik@dolda2000.com>
Wed, 5 Aug 2015 23:42:26 +0000
(
01:42
+0200)
lib/utils.c
patch
|
blob
|
blame
|
history
diff --git
a/lib/utils.c
b/lib/utils.c
index
ad28086
..
b37430d
100644
(file)
--- a/
lib/utils.c
+++ b/
lib/utils.c
@@
-513,7
+513,7
@@
static ssize_t wrapwrite(void *pdata, const char *buf, size_t len)
return(off);
}
-static int wrapseek(void *pdata, off_t *pos, int whence)
+static int wrapseek(void *pdata, off
64
_t *pos, int whence)
{
struct stdif *nf = pdata;
off_t ret;