]> git.michaelhowe.org Git - packages/o/openafs.git/commitdiff
Import of code from heimdal
authorHeimdal Developers <heimdal-discuss@sics.se>
Mon, 22 Nov 2010 23:17:18 +0000 (23:17 +0000)
committerJeffrey Altman <jaltman@openafs.org>
Mon, 22 Nov 2010 23:43:04 +0000 (15:43 -0800)
This commit updates the code imported from heimdal to
bd78baf668eca011257f05fef8334e0967500456 (switch-from-svn-to-git-1696-gbd78baf)

Upstream changes are:

Jeffrey Altman (1):
      Windows: Include winsock2.h before ws2tcpip.h

Change-Id: I7eca90ad36d84ccec6ac416d82246f6b28f06948
Reviewed-on: http://gerrit.openafs.org/3360
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/external/heimdal-last
src/external/heimdal/roken/roken.h.in

index ce45b85a110945c20da723c1738b632c18b678b0..0e30b39f9759980d1206e006bb6fc72624a6a960 100644 (file)
@@ -1 +1 @@
-387b0fa7baf724cc260559ff8774c04e0e8f7487
+bd78baf668eca011257f05fef8334e0967500456
index d06db3275bba87fcf580cb6937a7640cd3d41e51..654a5ad56ad0dfd1024b93dd348a69486a2b9cb2 100644 (file)
@@ -54,7 +54,8 @@
 #ifdef HAVE_WINSOCK
 /* Declarations for Microsoft Windows */
 
-#include<ws2tcpip.h>
+#include <winsock2.h>
+#include <ws2tcpip.h>
 
 /*
  * error codes for inet_ntop/inet_pton