Parent Directory
|
Revision Log
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 |