ports/sysutils/fusefs-curlftpfs/files/patch-ftpfs.h
Dmitry Marakasov e385730f9c - Add LICENSE_FILE
- Remove always true OSVERSION condition, make patch unconditional

Approved by:	portmgr blanket
2017-04-10 15:50:23 +00:00

11 lines
457 B
C

--- 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);\
}\