public inbox for linux-mtd@lists.infradead.org
 help / color / mirror / Atom feed
From: Michael Palme <m.palme@goepel.com>
To: David Woodhouse <dwmw2@infradead.org>,
	MTD Mailinglist <linux-mtd@lists.infradead.org>
Subject: Re: 2.4.18-rmk7 + CVS jffs2 ld error (zlib)
Date: Thu, 29 Aug 2002 18:10:24 +0200	[thread overview]
Message-ID: <3D6E4770.6050905@goepel.com> (raw)
In-Reply-To: 24260.1030630287@redhat.com

thanks fot the answer.
but there is still one problem left:

background.c:92: warning: implicit declaration of function `set_user_nice'
fs/fs.o(.text+0x363a0): undefined reference to `set_user_nice'

the only place i've found this is <linux/mtd/compatmac.h> (link to the 
mtd-cvs):


#if LINUX_VERSION_CODE < KERNEL_VERSION(2,4,0)
         /* Is this right? */
#define set_user_nice(tsk, n) do { (tsk)->priority = 20-(n); } while(0)
#elif LINUX_VERSION_CODE < KERNEL_VERSION(2,4,18)
#define set_user_nice(tsk, n) do { (tsk)->nice = n; } while(0)
#endif

so in 2.4.18 there is nothing related....

what should i do??? (i think of #elif LINUX_VERSION_CODE < 
KERNEL_VERSION(2,4,19) )

thanks in advance ... Michael Palme



David Woodhouse schrieb:
> 
> m.palme@goepel.com said:
> 
>> so i grepped around in the list archive and found a possible solution
>>to  remove compr_zlib.o from COMPR_OBJS in jffs2/Makefile. Now after
>>rebuilding i get:
> 
> 
> Don't do that. Apply 
> 
> http://ftp.kernel.org/pub/linux/kernel/people/dwmw2/shared-zlib/linux-2.4.19-pre10-shared-zlib.gz 
> 
> 
> 
> --
> dwmw2

  reply	other threads:[~2002-08-29 16:10 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2002-08-29 14:07 2.4.18-rmk7 + CVS jffs2 ld error (zlib) Michael Palme
2002-08-29 14:11 ` David Woodhouse
2002-08-29 16:10   ` Michael Palme [this message]
2002-08-29 16:11     ` David Woodhouse
2002-08-29 17:54   ` Xiaogeng (Shawn) Jin

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=3D6E4770.6050905@goepel.com \
    --to=m.palme@goepel.com \
    --cc=dwmw2@infradead.org \
    --cc=linux-mtd@lists.infradead.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