diff options
Diffstat (limited to 'filesystems/curlftpfs/files/patch-ftpfs.h')
-rw-r--r-- | filesystems/curlftpfs/files/patch-ftpfs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/filesystems/curlftpfs/files/patch-ftpfs.h b/filesystems/curlftpfs/files/patch-ftpfs.h new file mode 100644 index 000000000000..1f577d3af78a --- /dev/null +++ b/filesystems/curlftpfs/files/patch-ftpfs.h @@ -0,0 +1,11 @@ +--- ftpfs.h.orig 2008-04-25 10:32:30 UTC ++++ ftpfs.h +@@ -75,7 +75,7 @@ extern struct ftpfs ftpfs; + do { if (level <= ftpfs.debug) {\ + int i = 0; \ + while (++i < level) fprintf(stderr, " "); \ +- fprintf(stderr, "%ld ", time(NULL));\ ++ fprintf(stderr, "%lld ", time(NULL));\ + fprintf(stderr, __FILE__ ":%d ", __LINE__);\ + fprintf(stderr, args);\ + }\ |