svn commit: trunk/busybox/coreutils
Denis Vlasenko
vda.linux at googlemail.com
Thu Apr 5 14:41:28 PDT 2007
On Thursday 05 April 2007 11:26, Bernhard Fischer wrote:
> On Thu, Apr 05, 2007 at 02:38:21AM +0200, Denis Vlasenko wrote:
> >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?
No, constants go to rodata.
--
vda
More information about the busybox
mailing list