]> git.pld-linux.org Git - packages/valgrind.git/blame - valgrind-include_fs.patch
- one patch to include linux/fs.h
[packages/valgrind.git] / valgrind-include_fs.patch
CommitLineData
579e3825
MM
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.055831 seconds and 4 git commands to generate.