Gentoo Archives: gentoo-commits

From: "Justin Lecher (jlec)" <jlec@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] gentoo-x86 commit in app-shells/pdmenu/files: pdmenu-impl-dec.patch
Date: Sun, 01 Jul 2012 11:15:12
Message-Id: 20120701111456.B714F2004B@flycatcher.gentoo.org
1 jlec 12/07/01 11:14:56
2
3 Added: pdmenu-impl-dec.patch
4 Log:
5 app-shells/pdmenu: Version BUmp, respect LDFLAGS, #337237; move to EAPI=4; fix implicit declarations
6
7 (Portage version: 2.2.0_alpha114/cvs/Linux x86_64)
8
9 Revision Changes Path
10 1.1 app-shells/pdmenu/files/pdmenu-impl-dec.patch
11
12 file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/pdmenu/files/pdmenu-impl-dec.patch?rev=1.1&view=markup
13 plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-shells/pdmenu/files/pdmenu-impl-dec.patch?rev=1.1&content-type=text/plain
14
15 Index: pdmenu-impl-dec.patch
16 ===================================================================
17 src/actions.c | 2 ++
18 1 files changed, 2 insertions(+), 0 deletions(-)
19
20 diff --git a/src/actions.c b/src/actions.c
21 index d42a63a..1f5a0d1 100644
22 --- a/src/actions.c
23 +++ b/src/actions.c
24 @@ -30,6 +30,8 @@
25 #include <libintl.h>
26 #define _(String) gettext (String)
27
28 +#include <ctype.h>
29 +
30 /* Handle a control c by either exiting pdmenu or doing nothing. */
31 void Handle_Ctrl_C() {
32 if (Q_Exits) {