This is already fixed on my BK tree.
Thanks anyway.
On 4 Jul 2002, Klaasjan Brand wrote:
> Hi there,
>
> I'm totally at a loss to where to send this, but I needed this fix to
> build a kernel with initrd on sparc. Probably on every arch. Seems like
> a typo to me.
>
> Klaasjan
>
>
> --- init/do_mounts.c.orig	Thu Jul  4 12:47:33 2002
> +++ init/do_mounts.c	Thu Jul  4 12:47:50 2002
> @@ -378,7 +378,7 @@
>  	return sys_symlink(path + n + 5, name);
>  }
>
> -#if defined(CONFIG_BLOCK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
> +#if defined(CONFIG_BLK_DEV_RAM) || defined(CONFIG_BLK_DEV_FD)
>  static void __init change_floppy(char *fmt, ...)
>  {
>  	struct termios termios;
>
>
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/