> Are these headers included when compiling libc5 programs with c++? If
> so, I'll make a simple patch to try to fix the problem.
I don't think any of the files mentioned should be included by libc5
programs. That said, I've sent Alan a patch that corrects the underlying
cause of the program: that kernel include files will #undef NULL and
redefine it to be ((void *)0), which causes other compile problems with
libc5 c++ programs.
-bne
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/