On Mon, Jun 24, 2002 at 12:58:23PM -0300, Marcelo Tosatti wrote:
> Directly from OLS you're getting the first release candidate.
>
> Please test it extensively.
Hi Marcelo,
The attached patch I've send you against the pre10 is still needed
to fix a typo.
Please apply.
Stelian.
> From stelian.pop@fr.alcove.com Fri Jun 7 12:04:45 2002
> Date: Fri, 7 Jun 2002 12:04:45 +0200
This trivial patch is necessary to compile the current bk head
when one does not have a floppy device...
Thanks,
Stelian.
===== init/do_mounts.c 1.26 vs edited =====
--- 1.26/init/do_mounts.c Tue Jun 4 19:13:30 2002
+++ edited/init/do_mounts.c Fri Jun 7 10:51:37 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;
-- Stelian Pop <stelian.pop@fr.alcove.com> Alcove - http://www.alcove.com - 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 Jun 30 2002 - 22:00:08 EST