[Orxonox-commit 2733] r7438 - in code/branches/ipv6/src/external/enet: . docs include/enet patches
adrfried at orxonox.net
adrfried at orxonox.net
Mon Sep 13 00:16:49 CEST 2010
Author: adrfried
Date: 2010-09-13 00:16:48 +0200 (Mon, 13 Sep 2010)
New Revision: 7438
Modified:
code/branches/ipv6/src/external/enet/ChangeLog
code/branches/ipv6/src/external/enet/Doxyfile
code/branches/ipv6/src/external/enet/LICENSE
code/branches/ipv6/src/external/enet/README
code/branches/ipv6/src/external/enet/callbacks.c
code/branches/ipv6/src/external/enet/compress.c
code/branches/ipv6/src/external/enet/docs/FAQ.dox
code/branches/ipv6/src/external/enet/docs/design.dox
code/branches/ipv6/src/external/enet/docs/install.dox
code/branches/ipv6/src/external/enet/docs/license.dox
code/branches/ipv6/src/external/enet/docs/mainpage.dox
code/branches/ipv6/src/external/enet/docs/tutorial.dox
code/branches/ipv6/src/external/enet/host.c
code/branches/ipv6/src/external/enet/include/enet/callbacks.h
code/branches/ipv6/src/external/enet/include/enet/enet.h
code/branches/ipv6/src/external/enet/include/enet/list.h
code/branches/ipv6/src/external/enet/include/enet/protocol.h
code/branches/ipv6/src/external/enet/include/enet/time.h
code/branches/ipv6/src/external/enet/include/enet/types.h
code/branches/ipv6/src/external/enet/include/enet/unix.h
code/branches/ipv6/src/external/enet/include/enet/utility.h
code/branches/ipv6/src/external/enet/include/enet/win32.h
code/branches/ipv6/src/external/enet/libenet.pc.in
code/branches/ipv6/src/external/enet/list.c
code/branches/ipv6/src/external/enet/packet.c
code/branches/ipv6/src/external/enet/patches/0001-use-getaddrinfo-for-lookup-in-unix.c.patch
code/branches/ipv6/src/external/enet/patches/0002-basic-IPv6-support-on-Linux-systems.patch
code/branches/ipv6/src/external/enet/patches/0003-using-address-family-in-functions.patch
code/branches/ipv6/src/external/enet/patches/0004-using-two-separate-sockets-for-IPv4-and-IPv6.patch
code/branches/ipv6/src/external/enet/patches/0005-IPv6-for-Windows.patch
code/branches/ipv6/src/external/enet/peer.c
code/branches/ipv6/src/external/enet/protocol.c
code/branches/ipv6/src/external/enet/unix.c
code/branches/ipv6/src/external/enet/win32.c
Log:
set svn props and fix line endings in libenet files
Property changes on: code/branches/ipv6/src/external/enet/ChangeLog
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/Doxyfile
___________________________________________________________________
Deleted: svn:executable
- *
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/LICENSE
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/README
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/callbacks.c
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/compress.c
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/docs/FAQ.dox
___________________________________________________________________
Deleted: svn:executable
- *
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/docs/design.dox
___________________________________________________________________
Deleted: svn:executable
- *
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/docs/install.dox
___________________________________________________________________
Deleted: svn:executable
- *
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/docs/license.dox
___________________________________________________________________
Deleted: svn:executable
- *
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/docs/mainpage.dox
___________________________________________________________________
Deleted: svn:executable
- *
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/docs/tutorial.dox
___________________________________________________________________
Deleted: svn:executable
- *
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/host.c
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/include/enet/callbacks.h
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/include/enet/enet.h
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/include/enet/list.h
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/include/enet/protocol.h
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/include/enet/time.h
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/include/enet/types.h
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/include/enet/unix.h
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/include/enet/utility.h
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/include/enet/win32.h
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/libenet.pc.in
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/list.c
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/packet.c
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/patches/0001-use-getaddrinfo-for-lookup-in-unix.c.patch
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/patches/0002-basic-IPv6-support-on-Linux-systems.patch
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/patches/0003-using-address-family-in-functions.patch
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/patches/0004-using-two-separate-sockets-for-IPv4-and-IPv6.patch
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/patches/0005-IPv6-for-Windows.patch
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/peer.c
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/protocol.c
___________________________________________________________________
Added: svn:eol-style
+ native
Property changes on: code/branches/ipv6/src/external/enet/unix.c
___________________________________________________________________
Added: svn:eol-style
+ native
Modified: code/branches/ipv6/src/external/enet/win32.c
===================================================================
--- code/branches/ipv6/src/external/enet/win32.c 2010-09-12 21:28:10 UTC (rev 7437)
+++ code/branches/ipv6/src/external/enet/win32.c 2010-09-12 22:16:48 UTC (rev 7438)
@@ -3,9 +3,9 @@
@brief ENet Win32 system specific functions
*/
#ifdef WIN32
-
-#define _WIN32_WINNT 0x0501
+#define _WIN32_WINNT 0x0501
+
#include <time.h>
#define ENET_BUILDING_LIB 1
#include "enet/enet.h"
@@ -127,11 +127,11 @@
struct addrinfo * result;
struct addrinfo * res;
- memset(& hints, 0, sizeof (hints));
+ memset(& hints, 0, sizeof (hints));
#ifdef AI_ADDRCONFIG
- hints.ai_flags = AI_ADDRCONFIG;
-#else
- hints.ai_flags = 0x0400; // AI_ADDRCONFIG is defined as 0x0400
+ hints.ai_flags = AI_ADDRCONFIG;
+#else
+ hints.ai_flags = 0x0400; // AI_ADDRCONFIG is defined as 0x0400
#endif
hints.ai_family = AF_UNSPEC;
Property changes on: code/branches/ipv6/src/external/enet/win32.c
___________________________________________________________________
Added: svn:eol-style
+ native
More information about the Orxonox-commit
mailing list