From 579e3825714dfb509af9163b198140ef0c0dce0f Mon Sep 17 00:00:00 2001 From: Mariusz Mazur Date: Sun, 8 Feb 2004 20:13:31 +0000 Subject: [PATCH] - added one definition Changed files: valgrind-include_fs.patch -> 1.1 --- valgrind-include_fs.patch | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 valgrind-include_fs.patch diff --git a/valgrind-include_fs.patch b/valgrind-include_fs.patch new file mode 100644 index 0000000..92d1564 --- /dev/null +++ b/valgrind-include_fs.patch @@ -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 ++#ifdef LIBC_HEADERS_VERSION ++/* Fixed headers detected -- BLKGETSIZE definition is there */ ++#include ++#endif + + /* All system calls are channelled through here, doing two things: + -- 2.43.0