[Raw Msg Headers][Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Patch for zmailer 2.99.47 -- solaris works :)



> > In file included from bind.c:46:
> > ../../include/dnsgetrr.h:19: conflicting types for `gethostbyaddr_r'
> > /usr/include/netdb.h:142: previous declaration of `gethostbyaddr_r'
> > 
> > Matti, why do you need gethostbyaddr_r() at all?  I do not see any
> > reference in the source?
> 
>      That's right.  They are FUTURE HOOKS for something I plan
>      to do sometime, when I have a spare moment.

I see.  BTW, after renaming the function and un-commenting netinet/in.h
include, it seems to work.

Eugene