|
From: Jeremy F. <je...@go...> - 2003-10-30 16:24:23
|
We're seeing a few cases of build failures in and around vg_unsafe.h. It is considered generally bad form to include linux/* or asm/* directly in a user-space program. Valgrind doesn't quite count as a normal user-space program, but there's no way of telling the compiler that. I think the easiest solution might be to just keep of a copy of the kernel headers we're actually using in our source. That, or just extend vg_kernelinterface.h a fair amount. Comments? J |