Bernhard Fischer wrote:
>> Index: include/libbb.h
>> ===================================================================
>> --- include/libbb.h (revision 22223)
>> +++ include/libbb.h (working copy)
>> @@ -1304,7 +1304,14 @@
>> /* "sh" */
>> #define DEFAULT_SHELL_SHORT_NAME (bb_default_login_shell+6)
>>
>> +struct mask_string {
>> + int mask;
>> + const char *string;
>> +};
>>
>
> typedef this, please.
>
I tend to agree with the linux coding style there but ok.
http://www.linuxjournal.com/article/5780 (look for "typedef is evil")
-nc
_______________________________________________
busybox mailing list
[email protected]
http://busybox.net/cgi-bin/mailman/listinfo/busybox