]> git.pld-linux.org Git - packages/valgrind.git/blob - valgrind-include_fs.patch
- added one definition
[packages/valgrind.git] / valgrind-include_fs.patch
1 --- valgrind-2.1.0/coregrind/vg_syscalls.c~     2003-12-12 07:46:54.000000000 +0000
2 +++ valgrind-2.1.0/coregrind/vg_syscalls.c      2004-02-08 20:09:01.000000000 +0000
3 @@ -34,6 +34,11 @@
4     one. */
5  #include "vg_unsafe.h"
6  
7 +#include <linux/version.h>
8 +#ifdef LIBC_HEADERS_VERSION
9 +/* Fixed headers detected -- BLKGETSIZE definition is there */
10 +#include <linux/fs.h>
11 +#endif
12  
13  /* All system calls are channelled through here, doing two things:
14  
This page took 0.02101 seconds and 3 git commands to generate.