diff options
Diffstat (limited to 'ftp/wput/files/patch-src_wput.c')
-rw-r--r-- | ftp/wput/files/patch-src_wput.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ftp/wput/files/patch-src_wput.c b/ftp/wput/files/patch-src_wput.c new file mode 100644 index 000000000000..27a33031a3b9 --- /dev/null +++ b/ftp/wput/files/patch-src_wput.c @@ -0,0 +1,10 @@ +--- src/wput.c.orig 2008-09-27 10:31:23 UTC ++++ src/wput.c +@@ -69,6 +69,7 @@ int start_fsession(); + int start_ftp(); + int start_recur_ftp(); + void read_netrc_file(void); ++opt_t opt; + + int main(int argc, char *argv[]){ + #ifdef WIN32 |