repository_plist.c: fix lp bug #494905 "xbps build failure on x86_64".
fetchIO_read returns ssize_t not int, applied patch from submitter. Thanks. --HG-- extra : convert_revision : xtraeme%40gmail.com-20091210081328-cxkzuxjapaven6a3
This commit is contained in:
@@ -54,7 +54,7 @@ fetch_archive_open(struct archive *a, void *client_data)
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int
|
static ssize_t
|
||||||
fetch_archive_read(struct archive *a, void *client_data, const void **buf)
|
fetch_archive_read(struct archive *a, void *client_data, const void **buf)
|
||||||
{
|
{
|
||||||
struct fetch_archive *f = client_data;
|
struct fetch_archive *f = client_data;
|
||||||
|
Reference in New Issue
Block a user