All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Udo A. Steinberg" <reality@delusion.de>
To: Alexander Viro <viro@math.psu.edu>
Cc: Linux Kernel <linux-kernel@vger.kernel.org>
Subject: Compile fixes for 2.5.1-pre7
Date: Sat, 08 Dec 2001 03:04:28 +0100	[thread overview]
Message-ID: <3C11752C.15FA7EBE@delusion.de> (raw)


Hello,

Below a trivial patch which fixes compiler warnings for -pre7.

Regards,
Udo.

diff -urN -X dontdiff linux-vanilla/init/do_mounts.c linux-2.5.1/init/do_mounts.c
--- linux-vanilla/init/do_mounts.c      Sat Dec  8 02:58:00 2001
+++ linux-2.5.1/init/do_mounts.c        Sat Dec  8 02:46:18 2001
@@ -29,6 +29,9 @@

 extern void rd_load(void);
 extern void initrd_load(void);
+extern int get_filesystem_list(char *);
+extern void floppy_eject(void);
+extern void wait_for_keypress(void);

 #ifdef CONFIG_BLK_DEV_INITRD
 unsigned int real_root_dev;    /* do_proc_dointvec cannot handle kdev_t */
diff -urN -X dontdiff linux-vanilla/kernel/device.c linux-2.5.1/kernel/device.c
--- linux-vanilla/kernel/device.c       Sat Dec  8 02:58:00 2001
+++ linux-2.5.1/kernel/device.c Sat Dec  8 02:56:05 2001
@@ -899,7 +899,6 @@
 int __init device_driver_init(void)
 {
        int error = 0;
-       int pid;

        DBG("DEV: Initialising Device Tree\n");

                 reply	other threads:[~2001-12-08  2:04 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

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=3C11752C.15FA7EBE@delusion.de \
    --to=reality@delusion.de \
    --cc=linux-kernel@vger.kernel.org \
    --cc=viro@math.psu.edu \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.