❦ 17 août 2015 18:32 +0200, Steve Langasek <vor...@debian.org> :

> The latest version of curlftpfs is misbuilding on 64-bit architectures, due
> to a missing prototype for the getpass() function:
>
> ftpfs.c: In function 'checkpasswd':
> ftpfs.c:1691:5: warning: implicit declaration of function 'getpass' 
> [-Wimplicit-function-declaration]
>      passwd = getpass(prompt);
>      ^
> ftpfs.c:1691:12: warning: assignment makes pointer from integer without a 
> cast [enabled by default]
>      passwd = getpass(prompt);
>             ^
>
> (https://buildd.debian.org/status/fetch.php?pkg=curlftpfs&arch=s390x&ver=0.9.2-8&stamp=1400148134)

Just uploaded a fix. To avoid too much fiddling with feature flags, I
simply add the appropriate forward-declaration in ftpfs.c.
-- 
Take care to branch the right way on equality.
            - The Elements of Programming Style (Kernighan & Plauger)

Attachment: signature.asc
Description: PGP signature

Reply via email to