diff options
Diffstat (limited to 'ftp/wget/files/patch-src__options.h')
-rw-r--r-- | ftp/wget/files/patch-src__options.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/ftp/wget/files/patch-src__options.h b/ftp/wget/files/patch-src__options.h new file mode 100644 index 000000000000..e3d1f37bb687 --- /dev/null +++ b/ftp/wget/files/patch-src__options.h @@ -0,0 +1,12 @@ +--- src/options.h 2010-05-08 19:56:15 +0000 ++++ src/options.h 2010-07-28 19:22:22 +0000 +@@ -242,6 +242,7 @@ + char *encoding_remote; + char *locale; + ++ bool trustservernames; + #ifdef __VMS + int ftp_stmlf; /* Force Stream_LF format for binary FTP. */ + #endif /* def __VMS */ + +=== modified file 'src/retr.c' |