Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in xfce-extra/xfce4-cpugraph-plugin/files: xfce4-cpugraph-plugin-0.4.0-free_and_realloc.patch
Date: Fri, 28 Aug 2009 20:15:59
Message-Id: E1Mfuw3-0003RS-Qw@stork.gentoo.org
1 ssuominen 09/08/25 12:15:35
2
3 Added: xfce4-cpugraph-plugin-0.4.0-free_and_realloc.patch
4 Log:
5 Rename xfce4-cpugraph to xfce4-cpugraph-plugin.
6 (Portage version: 2.2_rc40/cvs/Linux x86_64, RepoMan options: --force)
7
8 Revision Changes Path
9 1.1 xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-0.4.0-free_and_realloc.patch
10
11 file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-0.4.0-free_and_realloc.patch?rev=1.1&view=markup
12 plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/xfce-extra/xfce4-cpugraph-plugin/files/xfce4-cpugraph-plugin-0.4.0-free_and_realloc.patch?rev=1.1&content-type=text/plain
13
14 Index: xfce4-cpugraph-plugin-0.4.0-free_and_realloc.patch
15 ===================================================================
16 diff -ur xfce4-cpugraph-plugin-0.4.0.orig/panel-plugin/cpu.c xfce4-cpugraph-plugin-0.4.0/panel-plugin/cpu.c
17 --- xfce4-cpugraph-plugin-0.4.0.orig/panel-plugin/cpu.c 2007-11-22 07:18:32.000000000 +0200
18 +++ xfce4-cpugraph-plugin-0.4.0/panel-plugin/cpu.c 2009-08-25 15:12:14.000000000 +0300
19 @@ -27,6 +27,7 @@
20 #include "settings.h"
21 #include "cpu_os.h"
22
23 +#include <stdlib.h>
24
25 static GtkTooltips *tooltips = NULL;