cvs-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Cvs-cvs] Changes to ccvs/src/socket-client.h


From: Conrad T . Pino
Subject: [Cvs-cvs] Changes to ccvs/src/socket-client.h
Date: Sun, 25 Sep 2005 23:25:37 -0400

Index: ccvs/src/socket-client.h
diff -u ccvs/src/socket-client.h:1.8 ccvs/src/socket-client.h:1.9
--- ccvs/src/socket-client.h:1.8        Sun Sep 25 00:31:51 2005
+++ ccvs/src/socket-client.h    Mon Sep 26 03:25:31 2005
@@ -14,14 +14,10 @@
 #define SOCKET_CLIENT_H__ 1
 
 #if defined SOCK_ERRNO || defined SOCK_STRERROR
-# ifdef HAVE_WINSOCK_H
-#  include <winsock.h>
-# else /* No winsock.h */
-#  include <sys/socket.h>
-#  include <netinet/in.h>
-#  include <arpa/inet.h>
-#  include <netdb.h>
-# endif /* No winsock.h */
+# include <sys/socket.h>
+# include <netinet/in.h>
+# include <arpa/inet.h>
+# include <netdb.h>
 #endif
 
 struct buffer *socket_buffer_initialize




reply via email to

[Prev in Thread] Current Thread [Next in Thread]