svn commit: trunk/busybox/coreutils

Denis Vlasenko vda.linux at googlemail.com
Wed Apr 4 17:38:21 PDT 2007


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


More information about the busybox mailing list