Re: [kbuild-devel] [PATCH] kbuild: Get rid of warnings in depmod + spl

2002-06-02 Thread Kai Henningsen
[EMAIL PROTECTED] (Sam Ravnborg) wrote on 31.05.02 in [EMAIL PROTECTED]: for (i = 0; i len; i++) { char c = name[i]; - if (isupper(c)) c = tolower(c); + if (isupper((int)c)) c = tolower((int)c); if (c == '_') c = '/'; pc[i] = c;

[kbuild-devel] Re: [PATCH] kbuild: Remove 2048 symbol limit in tkparse

2002-06-02 Thread Kai Germaschewski
On Fri, 31 May 2002, Sam Ravnborg wrote: tkparse limit the number of symbols to 2048. This patch makes the array dynamic avoiding this problem in the future. The problem showed up in one of the powerpc tree's. Thanks, I'll look at this (and the other patches) and submit it to Linus (assuming

[kbuild-devel] Announce: Kernel Build for 2.5, release 3.0 is available

2002-06-02 Thread Keith Owens
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Content-Type: text/plain; charset=us-ascii Release 3.0 of kernel build for kernel 2.5 (kbuild 2.5) is available. http://sourceforge.net/projects/kbuild/, package kbuild-2.5, download release 3.0. kbuild-2.5-core-15 Changes from core-14.