From: Andrew Morton <akpm@osdl.org>
To: Brice Goglin <Brice.Goglin@ens-lyon.org>
Cc: linux-kernel@vger.kernel.org
Subject: Re: 2.6.13-rc2-mm1
Date: Thu, 7 Jul 2005 04:42:55 -0700 [thread overview]
Message-ID: <20050707044255.7f2aede2.akpm@osdl.org> (raw)
In-Reply-To: <42CD12C4.8010200@ens-lyon.org>
Brice Goglin <Brice.Goglin@ens-lyon.org> wrote:
>
> Le 07.07.2005 13:00, Andrew Morton a écrit :
> > ftp://ftp.kernel.org/pub/linux/kernel/people/akpm/patches/2.6/2.6.13-rc2/2.6.13-rc2-mm1/
> >
> > (kernel.org seems to be stuck again - there's a copy at
> > http://www.zip.com.au/~akpm/linux/patches/stuff/2.6.13-rc2-mm1.gz)
>
> CC kernel/power/disk.o
> kernel/power/disk.c: Dans la fonction « software_resume »:
> kernel/power/disk.c:242: attention : implicit declaration of function
> `name_to_dev_t'
>
> The attached patch adds an extern declaration in disk.c as it's
> already done in swsusp.c
>
Well both are wrong... This should go in a header file. I guess mount.h
is close enough.
> --- linux-mm/kernel/power/disk.c.old 2005-07-07 13:28:52.000000000 +0200
> +++ linux-mm/kernel/power/disk.c 2005-07-07 13:30:02.000000000 +0200
> @@ -30,6 +30,7 @@ extern void swsusp_close(void);
> extern int swsusp_resume(void);
> extern int swsusp_free(void);
>
> +extern dev_t name_to_dev_t(const char *line);
>
> static int noresume = 0;
> char resume_file[256] = CONFIG_PM_STD_PARTITION;
next prev parent reply other threads:[~2005-07-07 12:02 UTC|newest]
Thread overview: 15+ messages / expand[flat|nested] mbox.gz Atom feed top
2005-07-07 11:00 2.6.13-rc2-mm1 Andrew Morton
2005-07-07 11:27 ` 2.6.13-rc2-mm1 Miklos Szeredi
2005-07-07 11:34 ` 2.6.13-rc2-mm1 Andrew Morton
2005-07-07 11:44 ` 2.6.13-rc2-mm1 Miklos Szeredi
2005-07-07 11:32 ` 2.6.13-rc2-mm1 Brice Goglin
2005-07-07 11:42 ` Andrew Morton [this message]
2005-07-07 11:44 ` 2.6.13-rc2-mm1 Brice Goglin
2005-07-07 12:46 ` 2.6.13-rc2-mm1 Michael Krufky
2005-07-07 14:19 ` 2.6.13-rc2-mm1 Robert Love
2005-07-07 16:14 ` 2.6.13-rc2-mm1 Roland Dreier
2005-07-09 2:07 ` 2.6.13-rc2-mm1: some speakup nitpicks Adrian Bunk
2005-07-09 3:02 ` Greg KH
2005-07-09 13:16 ` Alexey Dobriyan
2005-07-11 16:29 ` 2.6.13-rc2-mm1 - unknown symbol: is_broadcast_ether_addr Damir Perisa
-- strict thread matches above, loose matches on Subject: below --
2005-07-07 21:38 2.6.13-rc2-mm1 jan malstrom
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=20050707044255.7f2aede2.akpm@osdl.org \
--to=akpm@osdl.org \
--cc=Brice.Goglin@ens-lyon.org \
--cc=linux-kernel@vger.kernel.org \
/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