2002-07-04 10:54:02

by Klaasjan Brand

[permalink] [raw]
Subject: 2.4.19-rc1 initrd typo fix

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;



2002-07-05 14:19:50

by Marcelo Tosatti

[permalink] [raw]
Subject: Re: 2.4.19-rc1 initrd typo fix


Klaasjan,

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;
>
>