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:
248697b
)
* ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
author
Mark Kettenis
<kettenis@gnu.org>
Fri, 22 Apr 2005 21:23:28 +0000
(21:23 +0000)
committer
Mark Kettenis
<kettenis@gnu.org>
Fri, 22 Apr 2005 21:23:28 +0000
(21:23 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/ser-base.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 7cd2c181185aa18937dec565f5b3ba76c3caad21..c5ceb137a55f08eee4d0628437fdf1c198ad9779 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,3
+1,7
@@
+2005-04-22 Mark Kettenis <kettenis@gnu.org>
+
+ * ser-base.c: Include "ser-base.h" instead of "ser-unix.h".
+
2005-04-22 Mark Mitchell <mark@codesourcery.com>
* ser-base.c (<sys/time.h>): Include.
diff --git
a/gdb/ser-base.c
b/gdb/ser-base.c
index 2b56e8ed116bc962ca311ca18aec3e2c4c9f9288..9669545c4dcd2dae4fb8c77cb4245f784ae1d396 100644
(file)
--- a/
gdb/ser-base.c
+++ b/
gdb/ser-base.c
@@
-22,14
+22,15
@@
#include "defs.h"
#include "serial.h"
-#include "ser-
unix
.h"
+#include "ser-
base
.h"
#include "event-loop.h"
+
+#include "gdb_string.h"
#include <sys/time.h>
#ifdef USE_WIN32API
#include <winsock2.h>
#endif
-#include "gdb_string.h"
static timer_handler_func push_event;
static handler_func fd_event;