1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-05-01 12:20:26 +02:00

*** empty log message ***

This commit is contained in:
Marius Vollmer 2005-02-27 23:52:04 +00:00
parent 1c80707c55
commit ad3d5a65c8

View file

@ -1,3 +1,12 @@
2005-02-28 Marius Vollmer <mvo@zagadka.de>
* socket.c (scm_setsockopt): Handle IP_ADD_MEMBERSHIP and
IP_DROP_MEMBERSHIP options. Also, reorganized the code a bit for
cleanliness.
(scm_init_socket): Define IP_ADD_MEMBERSHIP and
IP_DROP_MEMBERSHIP.
Thanks to Greg Troxel!
2005-02-27 Mikael Djurfeldt <djurfeldt@nada.kth.se>
* gh.h: Bugfix: Include <libguile.h> outside of the extern "C"