-- Tom Rini (TR1265) http://gate.crashing.org/~trini/===== init/do_mounts.c 1.16 vs edited ===== --- 1.16/init/do_mounts.c Mon May 27 05:07:34 2002 +++ edited/init/do_mounts.c Wed May 29 15:22:38 2002 @@ -365,7 +365,7 @@ return sys_symlink(path + n + 5, name); } -#if defined(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/