aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorK. Richard Pixley <rich@cygnus>1992-10-15 06:38:03 +0000
committerK. Richard Pixley <rich@cygnus>1992-10-15 06:38:03 +0000
commit170d4f55ba6bffc819f0bf00767c9de68952b17e (patch)
tree96e0d3ae5aa6c940ef39718951c457e9729baf10
parenta6b98cb90a83c72ed80bd1bf8e268d28cfd035b0 (diff)
downloadgdb-170d4f55ba6bffc819f0bf00767c9de68952b17e.zip
gdb-170d4f55ba6bffc819f0bf00767c9de68952b17e.tar.gz
gdb-170d4f55ba6bffc819f0bf00767c9de68952b17e.tar.bz2
remove redundant include of sys/time.h.
-rw-r--r--gdb/ChangeLog2
-rw-r--r--gdb/remote-vx.c1
2 files changed, 2 insertions, 1 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index e5dbad8..511a67e 100644
--- 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 74a2e9f..8ece43c 100644
--- 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 */