Gentoo Archives: gentoo-commits

From: "Jeroen Roovers (jer)" <jer@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in x11-plugins/asapm/files: asapm-3.1-include.patch
Date: Tue, 25 Mar 2014 13:55:50
Message-Id: 20140325135542.5E03B2005C@flycatcher.gentoo.org
1 jer 14/03/25 13:55:42
2
3 Added: asapm-3.1-include.patch
4 Log:
5 Fix some compiler warnings.
6
7 (Portage version: 2.2.9-r1/cvs/Linux x86_64, signed Manifest commit with key A792A613)
8
9 Revision Changes Path
10 1.1 x11-plugins/asapm/files/asapm-3.1-include.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-include.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-plugins/asapm/files/asapm-3.1-include.patch?rev=1.1&content-type=text/plain
14
15 Index: asapm-3.1-include.patch
16 ===================================================================
17 --- a/apm_read.c
18 +++ b/apm_read.c
19 @@ -13,6 +13,7 @@
20 */
21
22 #include <stdio.h>
23 +#include <stdlib.h> /* exit(), free() */
24 #include <errno.h>
25 #include <fcntl.h>
26 #include <unistd.h>