]> git.pld-linux.org Git - packages/valgrind.git/commitdiff
- added one definition
authorMariusz Mazur <mmazur@pld-linux.org>
Sun, 8 Feb 2004 20:13:31 +0000 (20:13 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    valgrind-include_fs.patch -> 1.1

valgrind-include_fs.patch [new file with mode: 0644]

diff --git a/valgrind-include_fs.patch b/valgrind-include_fs.patch
new file mode 100644 (file)
index 0000000..92d1564
--- /dev/null
@@ -0,0 +1,14 @@
+--- valgrind-2.1.0/coregrind/vg_syscalls.c~    2003-12-12 07:46:54.000000000 +0000
++++ valgrind-2.1.0/coregrind/vg_syscalls.c     2004-02-08 20:09:01.000000000 +0000
+@@ -34,6 +34,11 @@
+    one. */
+ #include "vg_unsafe.h"
++#include <linux/version.h>
++#ifdef LIBC_HEADERS_VERSION
++/* Fixed headers detected -- BLKGETSIZE definition is there */
++#include <linux/fs.h>
++#endif
+ /* All system calls are channelled through here, doing two things:
This page took 0.07919 seconds and 4 git commands to generate.