freebsd-ports/misc/sword/files/patch-src::utilfuns::ftpparse.c
Sergey Matveychuk ba655d9014 Update to 1.5.7
PR:		ports/70702
Submitted by:	maintainer
2004-08-20 18:04:07 +00:00

10 lines
303 B
C

--- src/utilfuns/ftpparse.c.orig Thu Feb 19 23:22:11 2004
+++ src/utilfuns/ftpparse.c Thu Feb 19 23:22:19 2004
@@ -21,6 +21,7 @@
NCSA Telnet FTP server. Has LIST = NLST (and bad NLST for directories).
*/
+#include <time.h>
#include <ftpparse.h>
static long totai(long year,long month,long mday)