diff options
Diffstat (limited to 'x11/gnome-shell/files/patch-src_gnome-shell-plugin.c')
-rw-r--r-- | x11/gnome-shell/files/patch-src_gnome-shell-plugin.c | 26 |
1 files changed, 0 insertions, 26 deletions
diff --git a/x11/gnome-shell/files/patch-src_gnome-shell-plugin.c b/x11/gnome-shell/files/patch-src_gnome-shell-plugin.c deleted file mode 100644 index 90359fa33e6d..000000000000 --- a/x11/gnome-shell/files/patch-src_gnome-shell-plugin.c +++ /dev/null @@ -1,26 +0,0 @@ ---- src/gnome-shell-plugin.c.orig 2010-06-06 22:53:13.000000000 +0200 -+++ src/gnome-shell-plugin.c 2010-06-06 22:56:03.000000000 +0200 -@@ -38,7 +38,6 @@ - #include <gjs/gjs.h> - #include <girepository.h> - #include <gmodule.h> --#include <malloc.h> - #include <stdlib.h> - #include <string.h> - -@@ -238,6 +237,7 @@ - malloc_statistics_callback (ShellPerfLog *perf_log, - gpointer data) - { -+#if defined(__linux__) - struct mallinfo info = mallinfo (); - - shell_perf_log_update_statistic_i (perf_log, -@@ -249,6 +249,7 @@ - shell_perf_log_update_statistic_i (perf_log, - "malloc.usedSize", - info.uordblks); -+#endif - } - - static void |