[BusyBox] PATCH - DHCP Addtional Items - X3

Russ Dill Russ.Dill at asu.edu
Sun Feb 29 00:39:57 UTC 2004


I should have been a bit more clear with the formatting. keywords like,
if, for, while, etc, have a space between them and the '(', anything
else, like variable names, function names, etc, do not. Curly braces
always have a space if they are on a line with anything else, so...:

fprintf(stderr,"WARNING: %s unknown/not-supported (Ignored)\n", optarg);


if (strcmp(name, dhcp_options[i].name) == 0) {

-- 
Russ Dill <Russ.Dill at asu.edu>




More information about the busybox mailing list