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:
a6b98cb
)
remove redundant include of sys/time.h.
author
K. Richard Pixley
<rich@cygnus>
Thu, 15 Oct 1992 06:38:03 +0000
(06:38 +0000)
committer
K. Richard Pixley
<rich@cygnus>
Thu, 15 Oct 1992 06:38:03 +0000
(06:38 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/remote-vx.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index e5dbad867ae24f4b1e39dbfea024c1aae39f8fac..511a67e2780c409a4b22c7ed86ac05e676cf469a 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-1,5
+1,7
@@
Wed Oct 14 18:56:28 1992 K. Richard Pixley (rich@sendai.cygnus.com)
+ * remote-vx.c: remove redundant include of sys/time.h.
+
* infrun.c: include ctype.h. Otherwise some machines result in
undefined for isdigit.
diff --git
a/gdb/remote-vx.c
b/gdb/remote-vx.c
index 74a2e9f32a9864b9623b2616bffc935ad53a6408..8ece43c3952961fade888e71d2fb16fb3602fc79 100644
(file)
--- a/
gdb/remote-vx.c
+++ b/
gdb/remote-vx.c
@@
-33,7
+33,6
@@
Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */
#include <signal.h>
#include <fcntl.h>
#include <sys/types.h>
-#include <sys/time.h>
#include <sys/socket.h>
#define malloc bogon_malloc /* Sun claims "char *malloc()" not void * */
#define free bogon_free /* Sun claims "int free()" not void */