* sparcl-tdep.c: UDP download works in cygwin
authorDJ Delorie <dj@redhat.com>
Tue, 9 Feb 1999 20:05:42 +0000 (20:05 +0000)
committerDJ Delorie <dj@redhat.com>
Tue, 9 Feb 1999 20:05:42 +0000 (20:05 +0000)
gdb/ChangeLog
gdb/sparcl-tdep.c

index 775bc5c604b97faaaaf8bad99131ce6cbbb7dc4d..fd13dd266006045de218157d6d8b513199502b3a 100644 (file)
@@ -1,3 +1,7 @@
+1999-02-09  DJ Delorie  <dj@cygnus.com>
+
+       * sparcl-tdep.c: UDP download works in cygwin
+
 1999-02-08  Jason Molenda  (jsm@bugshack.cygnus.com)
 
        * gnu-regex.c: Check ENABLE_NLS instead of HAVE_LIBINTL_H.
index 7e8082fca287ce630f716bfe6516e09eeff612c7..e39bf306ec9e7d274a8d81eabaf92c4d607084f8 100644 (file)
@@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.  */
 #include "serial.h"
 #include <sys/types.h>
 
-#if !defined(__GO32__) && !defined(_WIN32)
+#if (!defined(__GO32__) && !defined(_WIN32)) || defined(__CYGWIN32__)
 #define HAVE_SOCKETS
 #include <sys/time.h>
 #include <unistd.h>