SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
13
sysutils/curlftpfs/patches/patch-ftpfs_h
Normal file
13
sysutils/curlftpfs/patches/patch-ftpfs_h
Normal file
|
@ -0,0 +1,13 @@
|
|||
- Fix time_t format string.
|
||||
|
||||
--- ftpfs.h.orig Mon Dec 16 10:36:18 2013
|
||||
+++ ftpfs.h Mon Dec 16 10:46:13 2013
|
||||
@@ -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);\
|
||||
}\
|
Loading…
Add table
Add a link
Reference in a new issue