svn commit: trunk/busybox/coreutils

Bernhard Fischer rep.dot.nop at gmail.com
Thu Apr 5 09:26:16 UTC 2007


On Thu, Apr 05, 2007 at 02:38:21AM +0200, Denis Vlasenko wrote:
>Hi,
>
>On Wednesday 04 April 2007 15:58, aldot at busybox.net wrote:
>> @@ -66,9 +68,9 @@
>>  static char const *human_fstype(long f_type)
>>  {
>>  	int i;
>> -	static const struct types {
>> +	const struct types {
>>  		long type;
>
>Why did you remove 'static' here?

It went into bss which i thought should be avoided?



More information about the busybox mailing list