Gentoo Archives: gentoo-commits

From: "Samuli Suominen (ssuominen)" <ssuominen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/wmudmount/files: wmudmount-headers.patch
Date: Fri, 06 Jul 2012 12:48:56
Message-Id: 20120706124840.69E162004C@flycatcher.gentoo.org
1 ssuominen 12/07/06 12:48:40
2
3 Added: wmudmount-headers.patch
4 Log:
5 Version bump.
6
7 (Portage version: 2.2.0_alpha116/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 x11-plugins/wmudmount/files/wmudmount-headers.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/files/wmudmount-headers.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/wmudmount/files/wmudmount-headers.patch?rev=1.1&content-type=text/plain
14
15 Index: wmudmount-headers.patch
16 ===================================================================
17 warning: implicit declaration of function ‘free’ and 'realloc' [-Wimplicit-function-declaration]
18
19 --- askpass.c
20 +++ askpass.c
21 @@ -23,6 +23,7 @@
22 #include <sys/resources.h>
23 #endif
24
25 +#include <stdlib.h> /* free */
26 #include <glib.h>
27
28 #ifdef HAVE_GNOME_KEYRING
29 --- secureentry.c
30 +++ secureentry.c
31 @@ -18,6 +18,7 @@
32 #include "config.h"
33
34 #include <unistd.h>
35 +#include <stdlib.h> /* free and realloc */
36 #include <string.h>
37 #ifdef HAVE_GNOME_KEYRING
38 #include <gnome-keyring-memory.h>