Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: CVS commit: basesrc
> itojun%iijlab.net@localhost writes:
> > The desired fix is to sync src/include/resolv.h and
> > src/usr.sbin/bind/include/resolv.h into one (or remove one of them
> > and refer to only one). I sent question to tech-net last week about
> > which one is the right one (or latest one), to get no reply.
>
> Maybe Paul Vixie should be asked which one looks "right" to him? He'd
> probably know off hand.
in terms of the "struct _res", i guess i would recommend importing that
as long as you're prepared to rev the shared library version number (since
the structure has changed size). but if you're not going to import a more
modern resolver library you don't actually need that.
in terms of the #define's, you should probably merge the BIND versions in
since some of them refer to new DNS elements which user mode programs may
want to make use of.
arpa/nameser.h should have the same treatment.
Home |
Main Index |
Thread Index |
Old Index