linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* 2.4.19-rc1 initrd typo fix
@ 2002-07-04 10:55 Klaasjan Brand
  2002-07-05 13:27 ` Marcelo Tosatti
  0 siblings, 1 reply; 2+ messages in thread
From: Klaasjan Brand @ 2002-07-04 10:55 UTC (permalink / raw)
  To: linux-kernel; +Cc: marcelo

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;



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: 2.4.19-rc1 initrd typo fix
  2002-07-04 10:55 2.4.19-rc1 initrd typo fix Klaasjan Brand
@ 2002-07-05 13:27 ` Marcelo Tosatti
  0 siblings, 0 replies; 2+ messages in thread
From: Marcelo Tosatti @ 2002-07-05 13:27 UTC (permalink / raw)
  To: Klaasjan Brand; +Cc: linux-kernel


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


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2002-07-05 14:19 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-04 10:55 2.4.19-rc1 initrd typo fix Klaasjan Brand
2002-07-05 13:27 ` Marcelo Tosatti

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).