diff options
author | sf <sf@FreeBSD.org> | 2005-08-29 00:31:10 +0800 |
---|---|---|
committer | sf <sf@FreeBSD.org> | 2005-08-29 00:31:10 +0800 |
commit | 8e685ece2542dbc840e9b3b5a21db127c2391ef9 (patch) | |
tree | 63671b63fc6bdd3cdb45915680b0054d4bfcf880 /ftp/wget/files | |
parent | 13afc8bf3c04decaec223dce4bf2df3770b3cda2 (diff) | |
download | freebsd-ports-gnome-8e685ece2542dbc840e9b3b5a21db127c2391ef9.tar.gz freebsd-ports-gnome-8e685ece2542dbc840e9b3b5a21db127c2391ef9.tar.zst freebsd-ports-gnome-8e685ece2542dbc840e9b3b5a21db127c2391ef9.zip |
update to 1.10.1.
PR: 85121
Submitted by: Vasil Dimov <vd@datamax.bg>
Diffstat (limited to 'ftp/wget/files')
-rw-r--r-- | ftp/wget/files/patch-src_ftp.c | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/ftp/wget/files/patch-src_ftp.c b/ftp/wget/files/patch-src_ftp.c deleted file mode 100644 index dcf81347f24f..000000000000 --- a/ftp/wget/files/patch-src_ftp.c +++ /dev/null @@ -1,12 +0,0 @@ -Index: src/ftp.c -=================================================================== ---- src/ftp.c (revision 2038) -+++ src/ftp.c (working copy) -@@ -1023,7 +1023,6 @@ - err = ftp_response (csock, &respline); - if (err != FTPOK) - { -- xfree (respline); - /* The control connection is decidedly closed. Print the time - only if it hasn't already been printed. */ - if (res != -1) |