lkml.org 
[lkml]   [2004]   [Feb]   [21]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
/
Date
From
Hi!

As I can see, file was changed by a strange (great?) idea from 2.6.3-rc2
to 2.6.3. Such chages kill any compilation of daemons and progs with
netdb.h and other includes.
As an example, You can try to compile iproute2 package under 2.6.3
(released).

Changed code:
-----------------------------------------------------
diff -r -c include.old/linux/compiler.h include.new/linux/compiler.h
*** include.old/linux/compiler.h 2004-02-10 06:01:02.000000000
+0300
--- include.new/linux/compiler.h 2004-02-18 06:58:34.000000000
+0300
***************
*** 9,14 ****
--- 9,16 ----
# define __kernel
#endif

+ #ifdef __KERNEL__
+
#ifndef __ASSEMBLY__
#if __GNUC__ > 3
# include <linux/compiler-gcc+.h> /* catch-all for GCC 4, 5, etc. */

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/

\
 
 \ /
  Last update: 2005-03-22 14:01    [W:0.083 / U:0.896 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site