[no subject]

From: slack
Date: Sat Feb 21 2004 - 08:06:20 EST


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@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/