187603d059d472db39e2ddbb5f579e7a72c4c1b3
[openwrt-10.03/.git] / package / busybox / patches / 110-wget_getopt_fix.patch
1 --- a/networking/wget.c
2 +++ b/networking/wget.c
3 @@ -443,7 +443,7 @@ int wget_main(int argc UNUSED_PARAM, cha
4                 // "tries\0"            Required_argument "t"
5                 // "timeout\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                 ;
11  #endif