retitle 748143 Type conflict caused by inconsistent use of _XOPEN_SOURCE thanks
My apologies for having sent out an incomplete bug report, here are the remaining bits: This is caused by an inconsistent use of _XOPEN_SOURCE, which is only defined in ftpfs-ls.c, but not in ftpfs.c. This #define should rather go in config.h (which would then have to be the first #include'd file, consistently), or be specified on the compiler command line. Either approach would ensure consistent types to avoid potential of undefined behaviour. Best, Michael
pgpb_djRr0oPQ.pgp
Description: PGP signature

