2.4.19-rc1 initrd typo fix

From: Klaasjan Brand (kjb@dds.nl)
Date: Thu Jul 04 2002 - 05:55:41 EST


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/



This archive was generated by hypermail 2b29 : Sun Jul 07 2002 - 22:00:12 EST