OSDN Git Service

* net.cc: Use gethostname define from winsock2.h.
authorcgf <cgf>
Sat, 11 Jan 2003 01:29:18 +0000 (01:29 +0000)
committercgf <cgf>
Sat, 11 Jan 2003 01:29:18 +0000 (01:29 +0000)
winsup/cygwin/ChangeLog
winsup/cygwin/net.cc

index 5110a81..406ff52 100644 (file)
@@ -1,5 +1,9 @@
 2003-01-10  Christopher Faylor  <cgf@redhat.com>
 
+       * net.cc: Use gethostname define from winsock2.h.
+
+2003-01-10  Christopher Faylor  <cgf@redhat.com>
+
        * path.cc: Unrevert below reversion except for
        mount_info::conv_to_posix_path part.
 
index b55e439..4bf5b24 100644 (file)
@@ -19,7 +19,9 @@ details. */
 #include <iphlpapi.h>
 
 #include <stdlib.h>
+#define gethostname cygwin_gethostname
 #include <unistd.h>
+#undef gethostname
 #include <netdb.h>
 #define USE_SYS_TYPES_FD_SET
 #include <winsock2.h>