-----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 tags 521958 + patch thanks
Attached is a patch which fixes this bug. Regards, - -- . ''`. Luca Falavigna : :' : Ubuntu MOTU Developer `. `'` Debian Maintainer `- GPG Key: 0x86BC2A50 -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.4.9 (GNU/Linux) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org iEYEARECAAYFAknSWfUACgkQnXjXEYa8KlC4lgCgn1gwKMJrOubHujw6lHCFbjSc QjEAnROrOh12IcmeVo4PJZiJ+XghAub+ =mkYC -----END PGP SIGNATURE-----
diff -Nur -x '*.orig' -x '*~' lash-0.5.4/liblash/socket.c lash-0.5.4.new/liblash/socket.c --- lash-0.5.4/liblash/socket.c 2006-09-16 21:25:31.000000000 +0200 +++ lash-0.5.4.new/liblash/socket.c 2009-03-31 19:54:05.000000000 +0200 @@ -23,6 +23,7 @@ #include <stdint.h> #include <sys/types.h> #include <sys/socket.h> +#define __USE_MISC #include <netdb.h> #include <string.h> #include <stdlib.h>