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?
--
vda