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:
6938573
)
* sparcl-tdep.c: UDP download works in cygwin
author
DJ Delorie
<dj@redhat.com>
Tue, 9 Feb 1999 20:05:42 +0000
(20:05 +0000)
committer
DJ Delorie
<dj@redhat.com>
Tue, 9 Feb 1999 20:05:42 +0000
(20:05 +0000)
gdb/ChangeLog
patch
|
blob
|
history
gdb/sparcl-tdep.c
patch
|
blob
|
history
diff --git
a/gdb/ChangeLog
b/gdb/ChangeLog
index 775bc5c604b97faaaaf8bad99131ce6cbbb7dc4d..fd13dd266006045de218157d6d8b513199502b3a 100644
(file)
--- a/
gdb/ChangeLog
+++ b/
gdb/ChangeLog
@@
-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.
diff --git
a/gdb/sparcl-tdep.c
b/gdb/sparcl-tdep.c
index 7e8082fca287ce630f716bfe6516e09eeff612c7..e39bf306ec9e7d274a8d81eabaf92c4d607084f8 100644
(file)
--- a/
gdb/sparcl-tdep.c
+++ b/
gdb/sparcl-tdep.c
@@
-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>