texlive[47214]
commits+mojca at tug.org
commits+mojca at tug.org
Sun Apr 1 02:55:13 CEST 2018
Revision: 47214
http://tug.org/svn/texlive?view=revision&revision=47214
Author: mojca
Date: 2018-04-01 02:55:12 +0200 (Sun, 01 Apr 2018)
Log Message:
-----------
fixed conditional AI_NUMERICSERV for usocket
Modified Paths:
--------------
trunk/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h
Modified: trunk/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h
===================================================================
--- trunk/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h 2018-04-01 00:49:33 UTC (rev 47213)
+++ trunk/Build/source/texk/web2c/luatexdir/luasocket/src/usocket.h 2018-04-01 00:55:12 UTC (rev 47214)
@@ -50,6 +50,10 @@
#endif /* IPV6_LEAVE_GROUP */
#endif /* !IPV6_DROP_MEMBERSHIP */
+#ifndef AI_NUMERICSERV
+#define AI_NUMERICSERV 0
+#endif
+
typedef int t_socket;
typedef t_socket *p_socket;
typedef struct sockaddr_storage t_sockaddr_storage;
More information about the tex-live-commits
mailing list