From: Olaf Hering Roland added this include with his 'waitid system call' patch, which was removed again after a while. Just the header inclusion was not removed. http://linux.bkbits.net:8080/linux-2.5/cset@4134b6dd1rY3qnaq7YABrXPXGvzzpw http://linux.bkbits.net:8080/linux-2.5/cset@41499f66EDHON_8B1FYGEzLZQ2u13Q Signed-off-by: Andrew Morton --- 25-akpm/include/asm-generic/siginfo.h | 1 - 1 files changed, 1 deletion(-) diff -puN include/asm-generic/siginfo.h~remove-obsolete-linux-resourceh-inclusion-from-asm-generic-siginfoh include/asm-generic/siginfo.h --- 25/include/asm-generic/siginfo.h~remove-obsolete-linux-resourceh-inclusion-from-asm-generic-siginfoh Thu Feb 17 16:31:01 2005 +++ 25-akpm/include/asm-generic/siginfo.h Thu Feb 17 16:31:01 2005 @@ -3,7 +3,6 @@ #include #include -#include typedef union sigval { int sival_int; _