pkgsrc/net/spegla/patches/patch-aa
wiz 6cbc0789ef Update to 1.1p4, because old distfile has checksum problems.
Changes since 1.1:
* Added --url option to download a directory hierarchy of a ftp-URL
* Fixes descriptor leakage when errors downloading files occurs
* Fixed bug with space in directory names
* Download files to another name first and then rename them.
* Fixed problem with permission not getting updated on directories.
* Prints average downloadrate together with the other stats.
* Works with latest version of wu-ftpd.
* Prints stats corectly under Solaris.
* Applied patch from Makoto MATSUSHITA that
  closes down data connection to ftp-server completely before reading
  status from ftp-server. Thank you.
2004-12-09 16:01:58 +00:00

13 lines
349 B
Text

$NetBSD: patch-aa,v 1.4 2004/12/09 16:01:58 wiz Exp $
--- jftp.c.orig 2000-05-27 15:47:43.000000000 +0200
+++ jftp.c
@@ -65,7 +65,7 @@
/* Older versions of NetBSD than 1.3K doesn't have socklen_t defined */
#ifdef __NetBSD__
-#ifdef __NetBSD_Version
+#ifdef __NetBSD_Version__
#if __NetBSD_Version__ < 103110000
#define socklen_t int
#endif