2002-05-16 Daniel Jacobowitz <drow@mvista.com>
authorDaniel Jacobowitz <drow@false.org>
Thu, 16 May 2002 19:51:09 +0000 (19:51 +0000)
committerDaniel Jacobowitz <drow@false.org>
Thu, 16 May 2002 19:51:09 +0000 (19:51 +0000)
        Fix PR gdb/546
        * ser-tcp.c: Don't include <netinet/udp.h>.

gdb/ChangeLog
gdb/ser-tcp.c

index 5a5a2f12d8e7a57c2de4ee03b0fa5f5d900e2a1c..98ce9c7b83e8db26e0613ba357de0c64372496da 100644 (file)
@@ -1,3 +1,8 @@
+2002-05-16  Daniel Jacobowitz  <drow@mvista.com>
+
+       Fix PR gdb/546
+       * ser-tcp.c: Don't include <netinet/udp.h>.
+
 2002-05-16  Stephane Carrez  <stcarrez@nerim.fr>
 
        * MAINTAINERS: Update my email address.
index cef62699ae082972801269dea2e6af765fd18cf7..c6ae19dab02c741564a9b2406a626f3139963def 100644 (file)
@@ -38,7 +38,6 @@
 #include <netdb.h>
 #include <sys/socket.h>
 #include <netinet/tcp.h>
-#include <netinet/udp.h>
 
 #include <signal.h>
 #include "gdb_string.h"
This page took 0.037436 seconds and 4 git commands to generate.