Fix socket implementation for android.
authorevrimulu <evrimulu@gmail.com>
Mon, 23 Feb 2015 06:54:10 +0000 (15:54 +0900)
committerevrimulu <evrimulu@gmail.com>
Wed, 25 Feb 2015 05:41:31 +0000 (14:41 +0900)
commit4b3339c9d12dc5ffe1ab82fcc1b20c3283155992
treeafd29abc1f5e4e89c8ccab0482fe6e11ad9d243d
parent18d46b200dc3d9608ede518f665133ef64ec81f4
Fix socket implementation for android.
 - implement getprotobyname (none in bionic)
 - use #+android feature.

This is based on Sylvain Ageneau's work;
See the following:

https://github.com/ageneau/ecl-android/blob/master/patches/ecl/0001-Fix-socket-implementation-on-android-getprotobyname-.patch
contrib/sockets/sockets.lisp [changed mode: 0755->0644]