include/asm-sparc/ptrace.h is broken

Felix von Leitner (leitner@fefe.de)
Thu, 31 May 2001 23:15:16 +0200


on line 76, it includes <asm/asm_offsets.h>, which does not exist.

This is critical because this include file does not work when used from
a libc. ptrace.h is from 1997 on my 2.4.5 kernel, so this is not
something that broke recently.

My suggestion is to remove the offending line altogether or at least
protect it with #ifdef __KERNEL__.

Felix
-
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/