From 8f1f1fce9b94665d11593f0c6625fb2221d978db Mon Sep 17 00:00:00 2001 From: Waldemar Brodkorb Date: Sun, 3 Nov 2013 14:09:11 +0100 Subject: fixup kernel module, use correct function signature for file operations --- package/exmap/patches/patch-src_exmap_c | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 package/exmap/patches/patch-src_exmap_c (limited to 'package/exmap/patches/patch-src_exmap_c') diff --git a/package/exmap/patches/patch-src_exmap_c b/package/exmap/patches/patch-src_exmap_c new file mode 100644 index 000000000..c76f14a82 --- /dev/null +++ b/package/exmap/patches/patch-src_exmap_c @@ -0,0 +1,11 @@ +--- exmap-console-0.4.1.orig/src/exmap.c 2007-02-22 17:37:13.000000000 +0100 ++++ exmap-console-0.4.1/src/exmap.c 2013-11-02 18:57:51.000000000 +0100 +@@ -1112,7 +1112,7 @@ load_pid_data (data_t * d, + } + else + { +- g_warning ("VMA not found in map_hash [%s]", buf); ++ //g_warning ("VMA not found in map_hash [%s]", buf); + cur_vma = NULL; + } + } -- cgit v1.2.3