Hi,

On Thu, Aug 11, 2011 at 07:00:31AM +0000, Heiko Hund wrote:
> +#ifdef USE_PF_INET6
> +
> +/* MSVC headers do not define this macro, so do it here */
> +#ifndef IN6_ARE_ADDR_EQUAL
> +#define IN6_ARE_ADDR_EQUAL(a,b) \
> +  (memcmp ((const void*)(a), (const void*)(b), sizeof (struct in6_addr)) == 
> 0)
> +#endif
> +
> +#endif

ACK!

(This way is easier to read).

gert
-- 
USENET is *not* the non-clickable part of WWW!
                                                           //www.muc.de/~gert/
Gert Doering - Munich, Germany                             g...@greenie.muc.de
fax: +49-89-35655025                        g...@net.informatik.tu-muenchen.de

Attachment: pgpYRVmo2fuCF.pgp
Description: PGP signature

Reply via email to