gdb
[deliverable/binutils-gdb.git] / gdb / ser-tcp.c
index e3d56405047b587ff0e0de9add0be5dda6127f40..d96a8e5f461cc22255b1ff13a8cc6b6e20efebdb 100644 (file)
@@ -1,7 +1,7 @@
 /* Serial interface for raw TCP connections on Un*x like systems.
 
-   Copyright (C) 1992, 1993, 1994, 1995, 1996, 1998, 1999, 2001, 2005, 2006,
-   2007, 2008, 2009, 2010, 2011 Free Software Foundation, Inc.
+   Copyright (C) 1992-1996, 1998-1999, 2001, 2005-2012 Free Software
+   Foundation, Inc.
 
    This file is part of GDB.
 
@@ -39,7 +39,9 @@
 
 #ifdef USE_WIN32API
 #include <winsock2.h>
+#ifndef ETIMEDOUT
 #define ETIMEDOUT WSAETIMEDOUT
+#endif
 #define close(fd) closesocket (fd)
 #define ioctl ioctlsocket
 #else
This page took 0.024272 seconds and 4 git commands to generate.