cvs-cvs
[Top][All Lists]
Advanced

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

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


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

Index: ccvs/src/client.h
diff -u ccvs/src/client.h:1.59 ccvs/src/client.h:1.60
--- ccvs/src/client.h:1.59      Sun Sep 25 00:28:51 2005
+++ ccvs/src/client.h   Mon Sep 26 03:25:30 2005
@@ -211,14 +211,10 @@
                     const char *);
 
 #if defined AUTH_CLIENT_SUPPORT || defined HAVE_KERBEROS || defined HAVE_GSSAPI
-# 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>
 struct hostent *init_sockaddr (struct sockaddr_in *, char *, unsigned int);
 #endif
 




reply via email to

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