|
From: <ar...@de...> - 2003-11-03 15:56:34
|
Hi all. I've been maintaining valgrind for Debian using 2.4 kernel series. Debian glibc maintainers have included now glibc packages compiled with linux 2.6 headers and then valgrind compilation stop working. The problem is that valgrind includes kernel headers directly instead of make a local copy of those constants and definitions on the valgrind headers. I've attached a patch that solves the problem (for the moment) and I was able to recompile valgrind again. However, it would be good to re-evaluate the way valgrind includes its files. Thanks for the good work so far :) |