[BusyBox] wget arbitrary header suppor

Larry Doolittle ldoolitt at recycle.lbl.gov
Tue May 15 13:57:03 UTC 2001


revision 1.39 looks like interesting functionality.
Is there any way to have that without getopt_long?

The style guide says "Do not use the getopt_long library function".
The only other applets that violate this rule are tar and getopt.

And, that "fprintf(sfp,extra_headers);" needs to be
changed to "fputs(extra_headers,sfp);".

     - Larry





More information about the busybox mailing list