Subject: converting res_ninit() -> res_init() calls?
To: None <netbsd-help@netbsd.org>
From: Andrew Gillham <gillham@vaultron.com>
List: netbsd-help
Date: 05/07/2003 19:10:53
Hello,

I'm trying to get the Asterisk PBX running on my NetBSD box.  It is building
but I had to hack some calls to the following:
res_ninit()
res_nsearch()
res_nclose()

I tried to convert these back to using the older calls, but it doesn't
seem to work.  Does anyone have a link to information on the correct way
to handle support res_ninit() and res_init() depending on the version of
the resolver libraries on the OS?

Thanks

-Andrew