From: Marcel Holtmann <marcel@holtmann.org>
To: Eyal Lebedinsky <eyal@eyal.emu.id.au>
Cc: Andrea Arcangeli <andrea@suse.de>,
Linux Kernel Mailing List <linux-kernel@vger.kernel.org>
Subject: Re: 2.4.22pre7aa1: net/bluetooth/cmtp/core.c failure
Date: 21 Jul 2003 23:57:04 +0200 [thread overview]
Message-ID: <1058824632.24435.8.camel@pegasus> (raw)
In-Reply-To: <3F1A5214.CEF2913A@eyal.emu.id.au>
Hi Eyal,
> > URL:
> >
> > http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.22pre7aa1.bz2
> > http://www.us.kernel.org/pub/linux/kernel/people/andrea/kernels/v2.4/2.4.22pre7aa1/
>
> gcc -D__KERNEL__ -I/data2/usr/local/src/linux-2.4-pre-aa/include -Wall
> -Wstrict-prototypes -Wno-trigraphs -O2 -fno-strict-aliasing -fno-common
> -fomit-frame-pointer -pipe -mpreferred-stack-boundary=2 -march=i686
> -malign-functions=4 -DMODULE -DMODVERSIONS -include
> /data2/usr/local/src/linux-2.4-pre-aa/include/linux/modversions.h
> -nostdinc -iwithprefix include -DKBUILD_BASENAME=core -c -o core.o
> core.c
> core.c: In function `cmtp_session':
> core.c:301: structure has no member named `nice'
> make[3]: *** [core.o] Error 1
> make[3]: Leaving directory
> `/data2/usr/local/src/linux-2.4-pre-aa/net/bluetooth/cmtp'
this line
current->nice = -15;
must be replaced with this
set_user_nice(current, -15);
And this is not a problem of the 2.4.22-pre7, it is a fault in aa1 only.
Regards
Marcel
next prev parent reply other threads:[~2003-07-21 21:43 UTC|newest]
Thread overview: 9+ messages / expand[flat|nested] mbox.gz Atom feed top
2003-07-19 1:32 2.4.22pre7aa1 Andrea Arcangeli
2003-07-19 8:27 ` 2.4.22pre7aa1 Christoph Hellwig
2003-07-20 8:25 ` 2.4.22pre7aa1: net/bluetooth/cmtp/core.c failure Eyal Lebedinsky
2003-07-21 21:57 ` Marcel Holtmann [this message]
2003-07-21 23:24 ` 2.4.22pre7aa1: unresolved in sk98lin Eyal Lebedinsky
2003-09-01 23:46 ` Andrea Arcangeli
2003-09-02 7:20 ` Marc-Christian Petersen
2003-09-02 15:09 ` Martin Schlemmer
2003-09-02 15:22 ` Andrea Arcangeli
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=1058824632.24435.8.camel@pegasus \
--to=marcel@holtmann.org \
--cc=andrea@suse.de \
--cc=eyal@eyal.emu.id.au \
--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;
as well as URLs for NNTP newsgroup(s).