/[gentoo-x86]/dev-util/cgdb/files/cgdb-0.6.4-headers.patch
Gentoo

Contents of /dev-util/cgdb/files/cgdb-0.6.4-headers.patch

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show annotations) (download)
Thu Jun 14 16:28:13 2012 UTC (11 months, 1 week ago) by xarthisius
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +0 -0 lines
FILE REMOVED
ppc64 stable wrt #403735, drop old

(Portage version: 2.2.0_alpha110/cvs/Linux x86_64)

1 --- cgdb/src/cgdbrc.c
2 +++ cgdb/src/cgdbrc.c
3 @@ -24,6 +24,7 @@
4 #include "cgdb.h"
5 #include "sys_util.h"
6 #include "std_list.h"
7 +#include "kui.h"
8
9 extern struct tgdb *tgdb;
10
11 @@ -570,7 +571,7 @@ command_parse_map (void)
12 value = yylex ();
13 if (value != IDENTIFIER)
14 {
15 - xfree (key_token);
16 + free (key_token);
17 return -1;
18 }
19
20 --- various/util/src/fork_util.c
21 +++ various/util/src/fork_util.c
22 @@ -39,6 +39,7 @@
23 #include "fs_util.h"
24 #include "pseudo.h"
25 #include "logger.h"
26 +#include "terminal.h"
27
28 struct pty_pair {
29 int masterfd;

  ViewVC Help
Powered by ViewVC 1.1.13