52b9d94be060b1595bb1ab16951622b8d4dec505
[openwrt.git] / package / busybox / patches / 110-wget_getopt_fix.patch
1 --- a/networking/wget.c
2 +++ b/networking/wget.c
3 @@ -871,7 +871,7 @@ int wget_main(int argc UNUSED_PARAM, cha
4 /* Ignored: */
5 // "tries\0" Required_argument "t"
6 /* Ignored (we always use PASV): */
7 - "passive-ftp\0" No_argument "\xff"
8 + "passive-ftp\0" No_argument "\xfd"
9 "header\0" Required_argument "\xfe"
10 "post-data\0" Required_argument "\xfd"
11 /* Ignored (we don't do ssl) */
This page took 0.059527 seconds and 3 git commands to generate.