ncmpcpp: Update from 0.8.1 to 0.8.2
[termux-packages] / packages / lynx / www_tcp.h.patch
CommitLineData
5a493b77
FF
1diff -u -r ../lynx2-8-8/WWW/Library/Implementation/www_tcp.h ./WWW/Library/Implementation/www_tcp.h
2--- ../lynx2-8-8/WWW/Library/Implementation/www_tcp.h 2013-07-29 23:38:35.000000000 +0200
3+++ ./WWW/Library/Implementation/www_tcp.h 2016-06-20 00:19:17.000000000 +0200
4@@ -797,7 +797,7 @@
5
6 #if defined(VMS)
7 #define socklen_t unsigned
8-#else
9+#elif !defined(__APPLE__)
10 #define socklen_t int /* used for default LY_SOCKLEN definition */
11 #endif
12