The Linux Kernel Mailing List
 help / color / mirror / Atom feed
From: Klaasjan Brand <kjb@dds.nl>
To: linux-kernel@vger.kernel.org
Cc: marcelo@conectiva.com.br
Subject: 2.4.19-rc1 initrd typo fix
Date: 04 Jul 2002 12:55:41 +0200	[thread overview]
Message-ID: <1025780141.12120.78.camel@topicus6> (raw)

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;



             reply	other threads:[~2002-07-04 10:54 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-07-04 10:55 Klaasjan Brand [this message]
2002-07-05 13:27 ` 2.4.19-rc1 initrd typo fix Marcelo Tosatti

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1025780141.12120.78.camel@topicus6 \
    --to=kjb@dds.nl \
    --cc=linux-kernel@vger.kernel.org \
    --cc=marcelo@conectiva.com.br \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox