diff options
Diffstat (limited to 'sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h')
-rw-r--r-- | sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h b/sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h new file mode 100644 index 000000000000..6fc7b5f4f862 --- /dev/null +++ b/sysutils/fusefs-curlftpfs/files/extra-32-ftpfs.h @@ -0,0 +1,11 @@ +--- ftpfs.h.orig 2008-04-25 19:32:30.000000000 +0900 ++++ ftpfs.h 2012-12-21 18:18:20.000000000 +0900 +@@ -75,7 +75,7 @@ + do { if (level <= ftpfs.debug) {\ + int i = 0; \ + while (++i < level) fprintf(stderr, " "); \ +- fprintf(stderr, "%ld ", time(NULL));\ ++ fprintf(stderr, "%d ", time(NULL));\ + fprintf(stderr, __FILE__ ":%d ", __LINE__);\ + fprintf(stderr, args);\ + }\ |