projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d080fcd
)
* tui/tui.c: Don't include <malloc.h>.
author
Mark Kettenis
<kettenis@gnu.org>
Wed, 18 Feb 2004 17:24:36 +0000
(17:24 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Wed, 18 Feb 2004 17:24:36 +0000
(17:24 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/tui/tui.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index ab4e534d494b7d2713309f8c7f7be9ae1ba7730f..dd5abe707bccc100a7db49b616ae4cb4767d1c44 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
2004-02-18 Mark Kettenis <kettenis@gnu.org>
+ * tui/tui.c: Don't include <malloc.h>.
+
* Makefile.in (ALLDEPFILES): Add amd64-nat.c, amd64bsd-nat.c,
amdfbsd-nat.c, amd64-fbsd-tdep.c, amd64nbsd-nat.c and
amd64nbsd-tdep.c.
diff --git
a/gdb/tui/tui.c
b/gdb/tui/tui.c
index 2da728f15b521118e2e561b1b517e9431d2f1f53..4d1e55b9f350a67fa5457cd1722fd45e6fdcae92 100644
(file)
--- a/
gdb/tui/tui.c
+++ b/
gdb/tui/tui.c
@@
-25,7
+25,6
@@
#include <stdio.h>
#include <stdlib.h>
#include <ctype.h>
-#include <malloc.h>
#ifdef HAVE_TERM_H
#include <term.h>
#endif